Skip to content

Commit

Permalink
Configure Jetstream classes in providers and separate panels into Adm…
Browse files Browse the repository at this point in the history
…in and App
  • Loading branch information
curtisdelicata committed Jun 29, 2024
1 parent 1b1130c commit fae4053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function teams()
{
return $this->belongsToMany(Team::class, 'team_user')->withTimestamps();
}
use Laravel\Jetstream\HasTeams;

/**
* The attributes that are mass assignable.
Expand Down

0 comments on commit fae4053

Please sign in to comment.