get('id'); $size = $request->get('size') ?? null; $this->imageSizes['small-logo'] = [181, 44]; if (!$id) { $id = $this->config->get('companyLogoId'); } if (!$id) { throw new NotFound(); } $this->show($id, $size); } }