CLI
This commit is contained in:
2
cli/resources/commands/01_messages.php
Normal file
2
cli/resources/commands/01_messages.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\Messages::class));
|
3
cli/resources/commands/02_attachments.php
Normal file
3
cli/resources/commands/02_attachments.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\GrabAttachments::class));
|
||||
$app->add($app->getContainer()->get(\ProVM\Common\Command\DecryptPdf::class));
|
Reference in New Issue
Block a user