| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 40 | public function handle() |
||
| 41 | { |
||
| 42 | $time=Carbon::now(); |
||
| 43 | $this->line("<fg=yellow>[$time] Processing: </>Update Trending Groups"); |
||
| 44 | |||
| 45 | $groupModel = new GroupModel(); |
||
| 46 | $groupModel->cacheTrendingGroups(); |
||
| 47 | |||
| 48 | $time=Carbon::now(); |
||
| 49 | $this->line("<fg=green>[$time] Processed: </>Successfully Updated Trending Groups"); |
||
| 50 | } |
||
| 52 |