This commit is contained in:
2024-12-12 15:04:45 +03:00
parent 57c715807a
commit b00c005b09
7 changed files with 23 additions and 6 deletions

View File

@ -113,6 +113,7 @@ class ModuleController extends ConsoleController
'model' => ucfirst($slug),
'author' => $author,
'name' => $name,
'label' => $label,
]);
$this->out->r("Модуль $slug создан", 'green');