mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:44:04 +00:00
Merge branch 'master' of github.com:stancl/tenancy
This commit is contained in:
commit
4256b9eba6
5 changed files with 78 additions and 54 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