Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
30 | { |
||
31 | $output->writeln([ |
||
32 | 'Attention', |
||
33 | '============', |
||
34 | '', |
||
35 | 'No ORM bridge has been installed. Please install one to be able to use this command.', |
||
36 | 'See https://github.com/hautelook/AliceBundle#installation for more information.' |
||
37 | ]); |
||
38 | } |
||
39 | } |