Commit b0a22fc5 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3501 from crynobone/feature/use-this

[5.1] Use $this instead of parent.
parents 24575f4b 50357d8b
...@@ -24,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider ...@@ -24,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider
*/ */
public function boot(GateContract $gate) public function boot(GateContract $gate)
{ {
parent::registerPolicies($gate); $this->registerPolicies($gate);
// //
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment