mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 04:24:04 +00:00
add todo
This commit is contained in:
parent
7bacc50b27
commit
fd65cf1754
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use Closure;
|
||||||
use Illuminate\Routing\Controller;
|
use Illuminate\Routing\Controller;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
class TenantAssetsController extends Controller
|
class TenantAssetsController extends Controller // todo rename this to TenantAssetController & update references in docs
|
||||||
{
|
{
|
||||||
public static string|array|Closure $tenancyMiddleware = Stancl\Tenancy\Middleware\InitializeTenancyByDomain::class;
|
public static string|array|Closure $tenancyMiddleware = Stancl\Tenancy\Middleware\InitializeTenancyByDomain::class;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue