CLI
This commit is contained in:
4
cli/resources/commands/ventas/cuotas.php
Normal file
4
cli/resources/commands/ventas/cuotas.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(Incoviba\Command\Ventas\Cuotas\Hoy::class));
|
||||
$app->add($app->getContainer()->get(Incoviba\Command\Ventas\Cuotas\Pendientes::class));
|
||||
$app->add($app->getContainer()->get(Incoviba\Command\Ventas\Cuotas\PorVencer::class));
|
Reference in New Issue
Block a user