mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
800e8d5a56
commit
f639909eb7
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ abstract class IdentificationMiddleware
|
|||
} else {
|
||||
$this->tenancy->initialize(
|
||||
$this->resolver->resolve(...$resolverArguments)
|
||||
);
|
||||
);
|
||||
}
|
||||
} catch (TenantCouldNotBeIdentifiedException $e) {
|
||||
$onFail = static::$onFail ?? function ($e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue