10 lines
151 B
PHP
10 lines
151 B
PHP
<?php
|
|
|
|
return [
|
|
'commands' => function() {
|
|
return [
|
|
'create' => ProVM\ComposeManager\Command\Create::class
|
|
];
|
|
}
|
|
];
|