Cleanup of cli
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\GrabAttachments::class));
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\DecryptPdf::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Attachments\Check::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Attachments\Grab::class));
|
||||
$app->add($app->getContainer()->get(ProVM\Command\Attachments\Decrypt::class));
|
||||
|
Reference in New Issue
Block a user