Formatting

This commit is contained in:
Juan Pablo Vial
2025-11-10 18:42:31 -03:00
parent f8ea44460d
commit f440d771db
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
@section('page_content')
<div class="ui container">
<h4 class="ui header">Bienvenid@ {{$user->name}}</h4>
<h4 class="ui header">Bienvenid@ {{ $user->name }}</h4>
<div class="ui basic fitted segment">
<span id="cuotas_hoy"></span>
<span id="cuotas_pendientes"></span>

View File

@ -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(