v0.5.0
This commit is contained in:
8
app/setup/setups/commands.php
Normal file
8
app/setup/setups/commands.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
return [
|
||||
ProVM\Command\Watch::class => function(ContainerInterface $container) {
|
||||
return new ProVM\Command\Watch($container->get('period'));
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user