diff --git a/app/resources/views/home.blade.php b/app/resources/views/home.blade.php
index 33d01c4..b550843 100644
--- a/app/resources/views/home.blade.php
+++ b/app/resources/views/home.blade.php
@@ -2,7 +2,7 @@
@section('page_content')
-
+
diff --git a/app/setup/setups/services.php b/app/setup/setups/services.php
index c76576e..51df011 100644
--- a/app/setup/setups/services.php
+++ b/app/setup/setups/services.php
@@ -94,9 +94,8 @@ return [
Incoviba\Service\Informe::class => function(ContainerInterface $container) {
return new Incoviba\Service\Informe(
$container->get(Psr\Log\LoggerInterface::class),
- $container->get('folders')->get('informes')
- )
- ->register('xlsx', Incoviba\Service\Informe\Excel::class);
+ $container->get('folders')->get('informes'))
+ ->register('xlsx', Incoviba\Service\Informe\Excel::class);
},
Incoviba\Service\Contabilidad\Informe\Tesoreria\Output\Excel::class => function(ContainerInterface $container) {
return new Incoviba\Service\Contabilidad\Informe\Tesoreria\Output\Excel(