mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
wip
This commit is contained in:
parent
401212bd6c
commit
03f233b975
3 changed files with 7 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ class Tenant extends Model implements TenantModel
|
|||
protected $guarded = [];
|
||||
protected $primaryKey = 'uuid';
|
||||
public $incrementing = false;
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* Decoded data from the data column.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue