mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
Merge branch 'master' into shift-64622
This commit is contained in:
commit
ea0b44522d
42 changed files with 277 additions and 75 deletions
|
|
@ -559,7 +559,9 @@ class CentralUser extends Model implements SyncMaster
|
|||
use ResourceSyncing, CentralConnection;
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
public $table = 'users';
|
||||
|
||||
public function tenants(): BelongsToMany
|
||||
|
|
@ -603,7 +605,9 @@ class ResourceUser extends Model implements Syncable
|
|||
use ResourceSyncing;
|
||||
|
||||
protected $table = 'users';
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
public function getGlobalIdentifierKey()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue