Total Complexity | 7 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class DeleteFilesFromDiskNotFoundInDatabase extends BuildTask |
||
13 | { |
||
14 | |||
15 | protected $title = 'Delete files from disk not found in database'; |
||
16 | |||
17 | protected $description = 'This task will go through all files in assets and delete ones that are not in the database.'; |
||
18 | |||
19 | private static $segment = 'delete-files-from-disk-not-found-in-database'; |
||
20 | |||
21 | protected $dryRun = true; |
||
22 | |||
23 | public function run($request) |
||
42 | } |
||
43 | |||
44 | protected function dryRunMessage() |
||
53 |