set(Request::class, $request); $response = $container->get(Application::class)->handle($request); $response->send(); /* // Tenant-specific tiny bootstrap (one-liner) putenv('TENANT_DIR=' . __DIR__ . '/../'); // of absolute path naar tenant config dir require '/var/www/codebase/public/index.php'; */ ?>