| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class SilentlyIdentifyTenant |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var App\Services\TenantManager |
||
|
|
|||
| 12 | */ |
||
| 13 | protected $tenantManager; |
||
| 14 | |||
| 15 | public function __construct(TenantManager $tenantManager) |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Handle an incoming request. |
||
| 22 | * |
||
| 23 | * @param \Illuminate\Http\Request $request |
||
| 24 | * @param \Closure $next |
||
| 25 | * |
||
| 26 | * @return mixed |
||
| 27 | */ |
||
| 28 | public function handle($request, Closure $next) |
||
| 37 |