getQueryParam('id'); $size = $request->getQueryParam('size') ?? null; if (!$id) { $id = $this->config->get('companyLogoId'); } if (!$id) { throw new NotFound(); } $this->show($response, $id, $size); } }