Applied fixes from StyleCI

This commit is contained in:
Graham Campbell
2015-08-30 07:31:25 -04:00
committed by StyleCI Bot
parent 7d4b5d75ef
commit 35654d761d

View File

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