Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell
2015-10-14 08:43:14 -05:00
4 changed files with 6 additions and 4 deletions

View File

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