Skip to content

Commit

Permalink
[1.x] Add MustVerifyEmail Interface to User Model (#182)
Browse files Browse the repository at this point in the history
* Add MustVerifyEmail Interface to User Model

* Update .styleci.yml

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
amayer5125 and taylorotwell committed Sep 14, 2020
1 parent eee2df6 commit 03136b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
php:
preset: laravel
disabled:
- no_unused_imports
js:
finder:
not-name:
Expand Down
1 change: 1 addition & 0 deletions stubs/app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace App\Models;

use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
Expand Down

0 comments on commit 03136b0

Please sign in to comment.