mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:24:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
b77bf9f179
commit
003751d293
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ class Tenancy
|
||||||
public $initialized = false;
|
public $initialized = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the tenant
|
* Initializes the tenant.
|
||||||
* @param Tenant|int|string $tenant
|
* @param Tenant|int|string $tenant
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function initialize(Tenant $tenant): void
|
public function initialize(Tenant $tenant): void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue