dev
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
namespace MenulisAi\Pdfgen;
|
||||
|
||||
use MenulisAi\Pdfgen\Command\Generate;
|
||||
use MenulisAi\Pdfgen\Command\GenerateEbook;
|
||||
use MenulisAi\Pdfgen\Command\GenerateTest;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
||||
class Register
|
||||
@@ -13,7 +14,8 @@ class Register
|
||||
public function init(): array
|
||||
{
|
||||
return [
|
||||
new Generate("generate:ebook")
|
||||
new GenerateEbook("generate:ebook"),
|
||||
new GenerateTest("generate:test")
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user