Descriptions

This commit is contained in:
Juan Pablo Vial
2024-08-27 14:51:06 -04:00
parent 095c33e8aa
commit ccd5b296f3
10 changed files with 28 additions and 22 deletions

View File

@ -5,7 +5,8 @@ use Symfony\Component\Console;
use Incoviba\Common\Alias\Command;
#[Console\Attribute\AsCommand(
name: 'ventas:cuotas:hoy'
name: 'ventas:cuotas:hoy',
description: 'Obtiene las cuotas de ventas que vencen hoy'
)]
class Hoy extends Command
{