Command queue

This commit is contained in:
2022-03-25 15:03:49 -03:00
parent e3737aba27
commit dbad283e14
7 changed files with 222 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<?php
use Contabilidad\Common\Command\Queue;
$app->add(new Queue($app->getContainer()->get(\Psr\Http\Client\ClientInterface::class), 'queue'));