Files
compose-manager/app/bootstrap/configs/commands.php

10 lines
151 B
PHP
Raw Normal View History

2024-08-22 19:49:44 -04:00
<?php
return [
'commands' => function() {
return [
'create' => ProVM\ComposeManager\Command\Create::class
];
}
];