| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class CleanupGeneratedPdfBuildTask extends BuildTask |
||
| 9 | { |
||
| 10 | protected $title = 'Cleanup generated PDFs'; |
||
| 11 | |||
| 12 | protected $description = 'Removes generated PDFs on the site, forcing a regeneration of all exports to PDF ' |
||
| 13 | . 'when users go to download them. This is most useful when templates have been changed so users should ' |
||
| 14 | . 'receive a new copy'; |
||
| 15 | |||
| 16 | public function run($request) |
||
| 31 |