General command

This commit is contained in:
Juan Pablo Vial
2024-12-22 11:03:03 -03:00
parent ab08f13d2f
commit dc3ef0a3bb
2 changed files with 42 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<?php
return [
'commands' => [
ProVM\Command\Generate::class,
ProVM\Command\GenerateMigrations::class,
ProVM\Command\GenerateSeeds::class,
]
];