Tenant could not be identified on domain tenancy
return [
'tenant_model' => AppTenant::class,
'id_generator' => null,
'domain_model' => Domain::class,
'central_domains' => [
'tenancy.uz', // need to specify your domain eg:localhost
],
...
]