Skip to content

Commit 50357d8

Browse files
committed
Use $this instead of parent.
Signed-off-by: crynobone <crynobone@gmail.com>
1 parent 24575f4 commit 50357d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AuthServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider
2424
*/
2525
public function boot(GateContract $gate)
2626
{
27-
parent::registerPolicies($gate);
27+
$this->registerPolicies($gate);
2828

2929
//
3030
}

0 commit comments

Comments
 (0)