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