| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 35 | { |
||
| 36 | $config = $this->assetic->getConfiguration(); |
||
| 37 | $config->setBuildOnRequest(true); |
||
| 38 | $this->assetic->build(); |
||
| 39 | $this->assetic->getAssetWriter()->writeManagerAssets($this->assetic->getAssetManager()); |
||
| 40 | return 0; |
||
| 41 | } |
||
| 44 |