6 lines
155 B
PHP
6 lines
155 B
PHP
![]() |
<?php
|
||
|
use App\Command;
|
||
|
|
||
|
$app->add($app->getContainer()->get(Command\Money\Lookup::class));
|
||
|
$app->add($app->getContainer()->get(Command\Money\Get::class));
|