Remove explicit call to register policies

This commit is contained in:
Shift
2024-02-16 21:12:58 +00:00
parent 3188a8f311
commit b943674881

View File

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