1
0
Fork 0
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:
Samuel Štancl 2023-02-16 12:38:07 +01:00
parent 89c5029fd6
commit 6cf8c325d4
3 changed files with 33 additions and 40 deletions

View file

@ -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()