1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 01:44:04 +00:00

Add missing \

This commit is contained in:
Samuel Štancl 2019-09-19 20:48:37 +02:00
parent f0dd99f099
commit 8f2beb2d2e
4 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,6 @@ class TenantFacade extends Facade
return Tenant::class;
}
// todo2 test this
public static function create($domains, array $data): Tenant
{
return Tenant::create($domains, $data);