1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 02:54:05 +00:00

Add default value

This commit is contained in:
Samuel Štancl 2019-09-21 20:44:58 +02:00
parent fdcea15b6a
commit 88fbd9779d
2 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,7 @@ class TenantFacade extends Facade
return Tenant::class;
}
public static function create($domains, array $data): Tenant
public static function create($domains, array $data = []): Tenant
{
return Tenant::create($domains, $data);
}