mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
fix Export: arguments definition in services
This commit is contained in:
@@ -64,10 +64,10 @@ class CSVPivotedListFormatter implements FormatterInterface
|
||||
|
||||
|
||||
|
||||
public function __construct(TranslatorInterface $translator, ExportManager $manager)
|
||||
public function __construct(TranslatorInterface $translatorInterface, ExportManager $exportManager)
|
||||
{
|
||||
$this->translator = $translator;
|
||||
$this->exportManager = $manager;
|
||||
$this->translator = $translatorInterface;
|
||||
$this->exportManager = $exportManager;
|
||||
}
|
||||
|
||||
public function getType()
|
||||
|
Reference in New Issue
Block a user