mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +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;
|
||||
|
||||
/**
|
||||
* Initializes the tenant
|
||||
* @param Tenant|int|string $tenant
|
||||
* @return void
|
||||
* Initializes the tenant.
|
||||
* @param Tenant|int|string $tenant
|
||||
* @return void
|
||||
*/
|
||||
public function initialize(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue