1
0
Fork 0
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:
Samuel Štancl 2025-03-18 14:58:05 +01:00
parent 9c843bf2ed
commit 579bf73569

View file

@ -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 = [];