From 4e0b611bcf1cfb818f9fe3e6d29bc2945d7dc1b3 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 13 May 2025 09:31:51 -0400 Subject: [PATCH] FIX: Mayuscula --- app/setup/setups/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/setup/setups/services.php b/app/setup/setups/services.php index 917389e..8ebc24e 100644 --- a/app/setup/setups/services.php +++ b/app/setup/setups/services.php @@ -115,7 +115,7 @@ return [ )) ->registerSub($container->get(Incoviba\Service\Contabilidad\Cartola\BCI\Mes::class)); }, - 'tokuClient' => function(ContainerInterface $container) { + 'TokuClient' => function(ContainerInterface $container) { return new GuzzleHttp\Client([ 'base_uri' => $container->get('TOKU_URL'), 'headers' => [