Skip to content

Commit

Permalink
Merge pull request #3491 from laravel/analysis-zObJlq
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
GrahamCampbell committed Aug 30, 2015
2 parents 7d4b5d7 + 35654d7 commit 716e652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot(GateContract $gate)
{
parent::registerPolicies($gate);
parent::registerPolicies($gate);

//
//
}
}

0 comments on commit 716e652

Please sign in to comment.