Remove explicit call to register policies

This commit is contained in:
Shift
2023-05-24 21:33:00 +00:00
parent c4f3eb9a4e
commit a133f82997

View File

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