Commit 50357d8b authored by crynobone's avatar crynobone

Use $this instead of parent.

Signed-off-by: 's avatarcrynobone <crynobone@gmail.com>
parent 24575f4b
...@@ -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