| Total Complexity | 1 | 
| Total Lines | 11 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php namespace GeneaLabs\LaravelImagery\Console\Commands;  | 
            ||
| 5 | class Clear extends Command  | 
            ||
| 6 | { | 
            ||
| 7 | protected $signature = 'imagery:clear';  | 
            ||
| 8 | protected $description = "Clears cache and wipes all derivative image  | 
            ||
| 9 | created by Imagery for Laravel. They will be recreated upon the next  | 
            ||
| 10 | request, if the originals are still available.";  | 
            ||
| 11 | |||
| 12 | public function handle()  | 
            ||
| 18 |