mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:04:04 +00:00
misc L10 fixes, new docker image
This commit is contained in:
parent
89c5029fd6
commit
6cf8c325d4
3 changed files with 33 additions and 40 deletions
|
|
@ -26,8 +26,8 @@ class ImpersonationToken extends Model
|
|||
protected $primaryKey = 'token';
|
||||
public $incrementing = false;
|
||||
protected $table = 'tenant_user_impersonation_tokens';
|
||||
protected $dates = [
|
||||
'created_at',
|
||||
protected $casts = [
|
||||
'created_at' => 'datetime',
|
||||
];
|
||||
|
||||
public static function boot()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue