Updated models and imports.

This commit is contained in:
James Cole
2015-02-06 05:01:24 +01:00
parent c502dd445b
commit 57691471bb
6 changed files with 24 additions and 2 deletions

View File

@@ -31,4 +31,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
*/
protected $hidden = ['password', 'remember_token'];
}