Remove explicit call to register policies

This commit is contained in:
Shift
2023-02-19 16:19:09 +00:00
committed by HolgerHatGarKeineNode
parent 7403e0e457
commit 76e1d65dca

View File

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