remove unneeded call

This commit is contained in:
Taylor Otwell
2023-02-16 13:38:12 -06:00
parent bdd61ef5eb
commit 3986d4c540
-2
View File
@@ -21,8 +21,6 @@ class AuthServiceProvider extends ServiceProvider
*/ */
public function boot(): void public function boot(): void
{ {
$this->registerPolicies();
// //
} }
} }