Remove extra use SoftDelete in the middle.

Removed the extra `use SoftDeletes` trait below some of the attributes.
This commit is contained in:
Jaggy Gauran 2017-03-31 19:16:59 +08:00 committed by GitHub
parent ac9b0dd3d7
commit dd4b8f7d19

View File

@ -60,7 +60,6 @@ class User extends Authenticatable
*/
protected $hidden = ['password', 'remember_token', 'confirmation_code'];
use SoftDeletes;
/**
* @var array
*/