Cli
This commit is contained in:
5
resources/routes/cli.php
Normal file
5
resources/routes/cli.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
use App\Command;
|
||||
|
||||
$app->add($app->getContainer()->get(Command\Money\Lookup::class));
|
||||
$app->add($app->getContainer()->get(Command\Money\Get::class));
|
Reference in New Issue
Block a user