feature: Add Printer Class
Add Printer Class
This commit is contained in:
parent
d81c3752b9
commit
feca2cc5ca
25 changed files with 5267 additions and 5 deletions
|
@ -2,4 +2,7 @@
|
|||
|
||||
return [
|
||||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
||||
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
|
||||
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue