mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
d684931b3c
commit
609ef58e3a
1 changed files with 2 additions and 2 deletions
|
|
@ -10,11 +10,11 @@ class Tenant extends Facade
|
|||
{
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return Tenant::class;
|
||||
return self::class;
|
||||
}
|
||||
|
||||
public static function create($domains, array $data = []): \Stancl\Tenancy\Tenant
|
||||
{
|
||||
return Tenant::create($domains, $data);
|
||||
return self::create($domains, $data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue