Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit bed95d5

Browse files
committed
keep MustVerifyEmail contract optional
1 parent 4f3d85b commit bed95d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/User.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
namespace Framework;
44

55
use Illuminate\Notifications\Notifiable;
6-
use Illuminate\Contracts\Auth\MustVerifyEmail;
76
use Illuminate\Foundation\Auth\User as Authenticatable;
87

9-
class User extends Authenticatable implements MustVerifyEmail
8+
class User extends Authenticatable
109
{
1110
use Notifiable;
1211

0 commit comments

Comments
 (0)