Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
43 | protected function configure() |
||
44 | { |
||
45 | parent::configure(); |
||
46 | |||
47 | $this->setName('kuma:media:rebuild-folder-tree') |
||
48 | ->setDescription('Rebuild the media folder tree.') |
||
49 | ->setHelp("The <info>kuma:media:rebuild-folder-tree</info> will loop over all media folders and update the media folder tree."); |
||
50 | } |
||
51 | |||
65 |
If you suppress an error, we recommend checking for the error condition explicitly: