Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class GarbageCollectionRunCommand extends Command |
||
13 | { |
||
14 | protected $signature = 'garbagecollection:run'; |
||
15 | protected $description = 'Basic maintenance script to wipe temporary and deleted data'; |
||
16 | |||
17 | /** |
||
18 | * Create a new command instance |
||
19 | */ |
||
20 | public function __construct() |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Execute the console command |
||
27 | */ |
||
28 | public function handle() |
||
39 |