1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

Fixed styling

This commit is contained in:
Jesper Jacobsen 2019-10-27 11:29:51 +01:00
parent a6d43cb5e2
commit 432dd8fd1d

View file

@ -7,7 +7,7 @@ namespace Stancl\Tenancy\Middleware;
use Closure;
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
class InitializeTenancy
class InitializeTenancyByRequestData
{
/** @var callable */
protected $onFail;