diff --git a/app/Models/User.php b/app/Models/User.php index f75acf0a..68a02984 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; /**