Commit 7f8ff577 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ajout au module export RH (SIHAM) la possiblité de synchroniser le code...

Ajout au module export RH (SIHAM) la possiblité de synchroniser le code intervenant avec le matricule siham lors d'un renouvellement ou d'une prise en charge.
parent 19f48d20
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -37,12 +37,9 @@ class ExportRhController extends AbstractController
     * @var ExportRhService $exportRhService
     */
    protected $exportRhService;
    protected $config;


    public function __construct(ExportRhService $exportRhService, $config)
    public function __construct(ExportRhService $exportRhService)
    {
        $this->config = $config;
        $this->exportRhService = $exportRhService;
    }