5 lines
179 B
PHP
5 lines
179 B
PHP
<?php
|
|
use Contabilidad\Common\Command\UpdateConsolidar;
|
|
|
|
$app->add(new UpdateConsolidar($app->getContainer()->get(\Psr\Http\Client\ClientInterface::class), 'update_consolidar'));
|