From 6e904641da3f3634863d0ed7cd476840f3e0d9a0 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Wed, 19 Oct 2016 07:53:53 +0000 Subject: [PATCH] Shift cleanup --- app/Models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/User.php b/app/Models/User.php index f75acf0a6..68a02984d 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -27,7 +27,7 @@ use Illuminate\Support\Facades\Hash; */ class User extends Model implements AuthenticatableContract, CanResetPasswordContract { -use Notifiable; + use Notifiable; use Authenticatable, CanResetPassword, ValidatingTrait; /**