Use $this instead of parent.

Signed-off-by: crynobone <crynobone@gmail.com>
This commit is contained in:
crynobone 2015-09-21 12:00:44 +08:00
parent 24575f4b89
commit 50357d8bab
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot(GateContract $gate)
{
parent::registerPolicies($gate);
$this->registerPolicies($gate);
//
}