Files
yii3-app/config/console/commands.php
2023-02-19 18:44:34 +03:00

10 lines
98 B
PHP

<?php
declare(strict_types=1);
use App\Command\Hello;
return [
'hello' => Hello::class,
];