19 lines
630 B
PHP
19 lines
630 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Tenant Routes (stancl/tenancy)
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| AutoCRM nu folosește Stancl Domain-based tenant resolution.
|
|
| Tenant resolution se face prin propriul ResolveTenant middleware
|
|
| (slug-based, în Filament panel + bootstrap/app.php).
|
|
|
|
|
| Acest fișier este intenționat gol — toate rutele tenant trec prin
|
|
| Filament panels (TenantPanelProvider) sau prin grupul standard 'web'
|
|
| (routes/web.php) care are deja ResolveTenant ca middleware appended.
|
|
|
|
|
*/
|