diff --git a/stubs/app/Models/UserWithTeams.php b/stubs/app/Models/UserWithTeams.php index 5b9f03f4f..3481e75bf 100644 --- a/stubs/app/Models/UserWithTeams.php +++ b/stubs/app/Models/UserWithTeams.php @@ -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;