mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +00:00
Facade tests
This commit is contained in:
parent
c9903cd43c
commit
f0dd99f099
5 changed files with 20 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ class TenantFacade extends Facade
|
|||
return Tenant::class;
|
||||
}
|
||||
|
||||
// todo test this
|
||||
// todo2 test this
|
||||
public static function create($domains, array $data): Tenant
|
||||
{
|
||||
return Tenant::create($domains, $data);
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use Illuminate\Support\Facades\Storage;
|
|||
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
||||
use Stancl\Tenancy\Tenant;
|
||||
|
||||
// todo better solution than tenant_asset?
|
||||
// todo2 better solution than tenant_asset?
|
||||
|
||||
class FilesystemTenancyBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue