Files
emails/cli/resources/commands/02_attachments.php

4 lines
169 B
PHP
Raw Normal View History

2022-11-25 20:52:46 -03:00
<?php
$app->add($app->getContainer()->get(\ProVM\Common\Command\GrabAttachments::class));
$app->add($app->getContainer()->get(\ProVM\Common\Command\DecryptPdf::class));