Done templating
This commit is contained in:
19
src/Register.php
Normal file
19
src/Register.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace MenulisAi\Pdfgen;
|
||||
|
||||
use MenulisAi\Pdfgen\Command\Generate;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
||||
class Register
|
||||
{
|
||||
/**
|
||||
* @return Command[] $command
|
||||
*/
|
||||
public function init(): array
|
||||
{
|
||||
return [
|
||||
new Generate("generate")
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user