This commit is contained in:
sidya82
2015-02-18 19:30:16 +01:00
19 changed files with 91 additions and 8 deletions

View File

@ -12,7 +12,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
protected $table = 'users';
//public $timestamps = false;
public $timestamps = false;
/**
* The attributes that are mass assignable.