Commit 8a9e9327 by Angel MAS

remove char

parent 0a93c9f1
...@@ -11,7 +11,7 @@ composer require onestartup/user-admin ...@@ -11,7 +11,7 @@ composer require onestartup/user-admin
- after add the ServiceProvider to the providers array in config/app.php - after add the ServiceProvider to the providers array in config/app.php
```php ```php
Onestartup\UserAdmin\UserAdminProvider::class, Onestartup\UserAdmin\UserAdminProvider::class,
```` ```
- Run migration - Run migration
```php ```php
php artisan migrate php artisan migrate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment