Skip to content

Commit

Permalink
fix user traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Butcher committed Mar 9, 2021
1 parent d3064fb commit b50b9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
.idea/
.vscode/
/vendor
composer.lock
/phpunit.xml
Expand Down
2 changes: 0 additions & 2 deletions stubs/app/Models/User.php
Expand Up @@ -8,7 +8,6 @@
use JoelButcher\Socialstream\HasConnectedAccounts;
use Laravel\Fortify\TwoFactorAuthenticatable;
use Laravel\Jetstream\HasProfilePhoto;
use Laravel\Jetstream\HasTeams;
use Laravel\Sanctum\HasApiTokens;

class User extends Authenticatable
Expand All @@ -18,7 +17,6 @@ class User extends Authenticatable
use HasProfilePhoto {
getProfilePhotoUrlAttribute as getPhotoUrl;
}
use HasTeams;
use HasConnectedAccounts;
use Notifiable;
use TwoFactorAuthenticatable;
Expand Down

0 comments on commit b50b9ca

Please sign in to comment.