remove unneeded call

This commit is contained in:
Taylor Otwell 2023-02-16 13:38:09 -06:00
parent bdd61ef5eb
commit 3986d4c540

View File

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