mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 06:14:04 +00:00
Remove timestamps
This commit is contained in:
parent
dcc9bda758
commit
33f5f0e316
5 changed files with 3 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ class TenantModel extends Model
|
|||
protected $guarded = [];
|
||||
protected $primaryKey = 'id';
|
||||
public $incrementing = false;
|
||||
public $timestamps = false;
|
||||
|
||||
public function getTable()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue