Shift cleanup

This commit is contained in:
Laravel Shift 2016-10-19 07:53:53 +00:00
parent 9e72f81205
commit 6e904641da

View File

@ -27,7 +27,7 @@ use Illuminate\Support\Facades\Hash;
*/
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{
use Notifiable;
use Notifiable;
use Authenticatable, CanResetPassword, ValidatingTrait;
/**