Skip to content

Commit

Permalink
Merge pull request #11 from tomatophp/develop
Browse files Browse the repository at this point in the history
update tomato-plugins and remove MustVerifyEmail from user model
  • Loading branch information
3x1io authored Mar 7, 2024
2 parents e38587f + 4ee66a5 commit 894ad8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"require": {
"tomatophp/console-helpers": "^1.1",
"tomatophp/tomato-splade": "^1.1",
"tomatophp/tomato-plugins": "^1.1",
"tomatophp/tomato-plugins": "^1.2",
"blade-ui-kit/blade-heroicons": "^2.0",
"spatie/laravel-medialibrary": "^10.7",
"maatwebsite/excel": "^3.1",
Expand Down
2 changes: 1 addition & 1 deletion publish/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Laravel\Sanctum\HasApiTokens;
use Spatie\Permission\Traits\HasRoles;

class User extends Authenticatable implements MustVerifyEmail
class User extends Authenticatable
{
use HasApiTokens, HasFactory, Notifiable;
use HasTeams;
Expand Down

0 comments on commit 894ad8c

Please sign in to comment.