Skip to content

Commit 8ea5b97

Browse files
Configure Jetstream classes in providers and separate panels into Admin and App
1 parent aefbf04 commit 8ea5b97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Models/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function teams()
3535
{
3636
return $this->belongsToMany(Team::class, 'team_user')->withTimestamps();
3737
}
38-
use Laravel\Jetstream\HasTeams;
3938

4039
/**
4140
* The attributes that are mass assignable.

0 commit comments

Comments
 (0)