Descriptions
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user