D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
home
/
dateitor
/
www
/
vendor
/
stancl
/
tenancy
/
src
/
Contracts
/
Filename :
TenantResolver.php
back
Copy
<?php declare(strict_types=1); namespace Stancl\Tenancy\Contracts; interface TenantResolver { /** * Resolve a tenant using some value. * * @throws TenantCouldNotBeIdentifiedException */ public function resolve(...$args): Tenant; }