Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
27 | public function run() |
||
28 | { |
||
29 | $this->output->writeln('<comment>Setting up Translations sheet</comment>'); |
||
30 | $this->translationsSheet->setup(); |
||
31 | |||
32 | $this->output->writeln('<comment>Adding Meta sheet</comment>'); |
||
33 | $this->metaSheet->setup(); |
||
34 | |||
35 | $this->output->writeln('<info>Done. Spreasheet is ready.</info>'); |
||
36 | } |
||
37 | } |
||
38 |