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

Commit

Permalink
keep MustVerifyEmail contract optional
Browse files Browse the repository at this point in the history
  • Loading branch information
harris21 committed Nov 19, 2018
1 parent 4f3d85b commit bed95d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
namespace Framework;

use Illuminate\Notifications\Notifiable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Foundation\Auth\User as Authenticatable;

class User extends Authenticatable implements MustVerifyEmail
class User extends Authenticatable
{
use Notifiable;

Expand Down

0 comments on commit bed95d5

Please sign in to comment.