Signed-off-by: crynobone <crynobone@gmail.com>
@@ -24,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot(GateContract $gate)
{
- parent::registerPolicies($gate);
+ $this->registerPolicies($gate);
//
}