mirror of
https://github.com/yiisoft/app.git
synced 2026-03-05 07:44:03 +01:00
10 lines
140 B
PHP
10 lines
140 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'yiisoft/yii-console' => [
|
|
'commands' => require __DIR__ . '/commands.php',
|
|
],
|
|
];
|