Merge pull request #1408 from jaggy/patch-1

Remove extra use SoftDeletes
This commit is contained in:
Hillel Coren 2017-03-31 14:36:51 +03:00 committed by GitHub
commit 3b69a93e06

View File

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