mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 02:32:15 +01:00
Added member and invitation endpoints
This commit is contained in:
@@ -114,6 +114,7 @@ class User extends Authenticatable
|
||||
{
|
||||
return $this->belongsToMany(Organization::class, Membership::class)
|
||||
->withPivot([
|
||||
'id',
|
||||
'role',
|
||||
'billable_rate',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user