1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

Set keyType to String for Tenant

Set keyType to String for Tenant
This commit is contained in:
Jaspur 2021-04-20 10:44:19 +02:00
parent 0d14911538
commit 01c5ed3fa9

View file

@ -30,6 +30,7 @@ class Tenant extends Model implements Contracts\Tenant
protected $table = 'tenants';
protected $primaryKey = 'id';
protected $keyType = 'string';
protected $guarded = [];
public function getTenantKeyName(): string