mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Added billable rates; Added project members; Added visibility to projects
This commit is contained in:
@@ -115,6 +115,7 @@ class User extends Authenticatable
|
||||
return $this->belongsToMany(Organization::class, Membership::class)
|
||||
->withPivot([
|
||||
'role',
|
||||
'billable_rate',
|
||||
])
|
||||
->withTimestamps()
|
||||
->as('membership');
|
||||
|
||||
Reference in New Issue
Block a user