1
0
Fork 0
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:
Samuel Štancl 2020-05-22 18:21:23 +02:00
commit 4256b9eba6
5 changed files with 78 additions and 54 deletions

View file

@ -39,7 +39,7 @@ abstract class IdentificationMiddleware
} else {
$this->tenancy->initialize(
$this->resolver->resolve(...$resolverArguments)
);
);
}
} catch (TenantCouldNotBeIdentifiedException $e) {
$onFail = static::$onFail ?? function ($e) {