Skip to content

Commit

Permalink
installing auth service provider isn't necessary in light of policy a…
Browse files Browse the repository at this point in the history
…uto discovery
  • Loading branch information
taylorotwell committed Apr 21, 2023
1 parent 45e3af7 commit dfac46f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ protected function ensureApplicationIsTeamCompatible()
(new Filesystem)->ensureDirectoryExists(app_path('Policies'));

// Service Providers...
copy(__DIR__.'/../../stubs/app/Providers/AuthServiceProvider.php', app_path('Providers/AuthServiceProvider.php'));
copy(__DIR__.'/../../stubs/app/Providers/JetstreamWithTeamsServiceProvider.php', app_path('Providers/JetstreamServiceProvider.php'));

// Models...
Expand Down
29 changes: 0 additions & 29 deletions stubs/app/Providers/AuthServiceProvider.php

This file was deleted.

0 comments on commit dfac46f

Please sign in to comment.