mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 20:34:03 +00:00
Add type definition
This commit is contained in:
parent
9c843bf2ed
commit
579bf73569
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class ImpersonationToken extends Model
|
||||||
use CentralConnection;
|
use CentralConnection;
|
||||||
|
|
||||||
/** You can set this property to customize the table name */
|
/** You can set this property to customize the table name */
|
||||||
public static $tableName = 'tenant_user_impersonation_tokens';
|
public static string $tableName = 'tenant_user_impersonation_tokens';
|
||||||
|
|
||||||
protected $guarded = [];
|
protected $guarded = [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue