Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-03-19 23:52:11 +00:00 committed by StyleCI Bot
parent c98d1dda26
commit f0057353ad
10 changed files with 13 additions and 17 deletions

View file

@ -116,6 +116,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac
}
$this->use_totp = ! $this->use_totp;
return $this->save();
}