Skip to content

Commit

Permalink
Respect PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 15, 2016
1 parent 70f8bb6 commit 2c834ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/User.php
Expand Up @@ -10,9 +10,7 @@
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;

class User extends Model implements AuthenticatableContract,
AuthorizableContract,
CanResetPasswordContract
class User extends Model implements AuthenticatableContract, AuthorizableContract, CanResetPasswordContract
{
use Authenticatable, Authorizable, CanResetPassword;

Expand Down

0 comments on commit 2c834ad

Please sign in to comment.