mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Default value
This commit is contained in:
parent
d4eae62096
commit
9dbbd145b1
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ protected function mapApiRoutes()
|
||||||
|
|
||||||
protected function centralDomains(): array
|
protected function centralDomains(): array
|
||||||
{
|
{
|
||||||
return config('tenancy.central_domains');
|
return config('tenancy.central_domains', []);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue