|
|
@@ -26,11 +26,11 @@ class LicenceCmfExporter extends BaseExporter implements ExporterInterface
|
|
|
public const LICENCE_CMF_COLOR = [0 => '931572', 1 => 'C2981A', 2 => '003882', 3 => '27AAE1', 4 => '2BB673'];
|
|
|
|
|
|
public function __construct(
|
|
|
- private OrganizationRepository $organizationRepository
|
|
|
+ private readonly OrganizationRepository $organizationRepository
|
|
|
) {
|
|
|
}
|
|
|
|
|
|
- public function support($exportRequest): bool
|
|
|
+ public function support(ExportRequest $exportRequest): bool
|
|
|
{
|
|
|
return $exportRequest instanceof LicenceCmfOrganizationER;
|
|
|
}
|