From ed3c8b2d64ec18f9c3a3276d18a1fe14018a1459 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 6 Sep 2018 08:11:07 -0500 Subject: [PATCH] fix stub --- app/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/User.php b/app/User.php index e096c936..fbc0e589 100644 --- a/app/User.php +++ b/app/User.php @@ -3,8 +3,8 @@ namespace App; use Illuminate\Notifications\Notifiable; +use Illuminate\Contracts\Auth\MustVerifyEmail; use Illuminate\Foundation\Auth\User as Authenticatable; -use Illuminate\Contracts\Auth\MustVerifyEmail as MustVerifyEmailContract; class User extends Authenticatable {