mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:44:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
495bb7d541
commit
fc7bdc694a
3 changed files with 3 additions and 3 deletions
|
|
@ -12,4 +12,4 @@ interface UniqueIdentifierGenerator
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function handle(string $domain, array $data = []): string;
|
public static function handle(string $domain, array $data = []): string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ namespace Stancl\Tenancy;
|
||||||
use Stancl\Tenancy\Interfaces\StorageDriver;
|
use Stancl\Tenancy\Interfaces\StorageDriver;
|
||||||
use Stancl\Tenancy\Traits\BootstrapsTenancy;
|
use Stancl\Tenancy\Traits\BootstrapsTenancy;
|
||||||
use Illuminate\Contracts\Foundation\Application;
|
use Illuminate\Contracts\Foundation\Application;
|
||||||
use Stancl\Tenancy\Exceptions\CannotChangeUuidOrDomainException;
|
|
||||||
use Stancl\Tenancy\Interfaces\UniqueIdentifierGenerator;
|
use Stancl\Tenancy\Interfaces\UniqueIdentifierGenerator;
|
||||||
|
use Stancl\Tenancy\Exceptions\CannotChangeUuidOrDomainException;
|
||||||
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
||||||
|
|
||||||
final class TenantManager
|
final class TenantManager
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ class UUIDGenerator implements UniqueIdentifierGenerator
|
||||||
{
|
{
|
||||||
return (string) \Webpatser\Uuid\Uuid::generate(1, $domain);
|
return (string) \Webpatser\Uuid\Uuid::generate(1, $domain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue