remove unneeded call

This commit is contained in:
Taylor Otwell 2023-02-16 13:38:09 -06:00
parent bdd61ef5eb
commit 3986d4c540
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ class AuthServiceProvider extends ServiceProvider
*/ */
public function boot(): void public function boot(): void
{ {
$this->registerPolicies();
// //
} }
} }