Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Pharaonic/laravel-users into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Jul 10, 2022
2 parents c180a68 + 9f683ac commit 62362d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/UsersServiceProvider.php
Expand Up @@ -19,8 +19,7 @@ class UsersServiceProvider extends ServiceProvider
*/
public function register()
{
// Migration Loading
$this->loadMigrationsFrom(__DIR__ . '/database/migrations');
// Publish your migrations as you want
}

/**
Expand Down

0 comments on commit 62362d3

Please sign in to comment.