Merge pull request #3491 from laravel/analysis-zObJlq

Applied fixes from StyleCI
This commit is contained in:
Graham Campbell
2015-08-30 12:31:33 +01:00
+2 -2
View File
@@ -24,8 +24,8 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot(GateContract $gate)
{
parent::registerPolicies($gate);
parent::registerPolicies($gate);
//
//
}
}