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