@@ -27,7 +27,7 @@ |
||
| 27 | 27 | protected function execute(InputInterface $input, OutputInterface $output) |
| 28 | 28 | { |
| 29 | 29 | $metadata = $this->getContainer()->get('doctrine.orm.entity_manager')->getClassMetadata("StarkerxpCampagneBundle:Template2") |
| 30 | - ; |
|
| 30 | + ; |
|
| 31 | 31 | dump($metadata); |
| 32 | 32 | |
| 33 | 33 | } |