mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 14:44:05 +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;
|
||||
|
||||
/** 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 = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue