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

@ -6,7 +6,8 @@ use Symfony\Component\Console;
use Incoviba\Common\Alias\Command;
#[Console\Attribute\AsCommand(
name: 'money:uf:update'
name: 'money:uf:update',
description: 'Update UF value'
)]
class Update extends Command
{