| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | 1 | public function delete(GroupModel $group) |
|
| 29 | { |
||
| 30 | 1 | $this->cache->forget(GroupCache::class . '@count'); |
|
| 31 | 1 | $this->cache->forget(GroupCache::class . '@getById:' . $group->id()); |
|
| 32 | 1 | $this->cache->forget(GroupCache::class . '@getByDataProviderId:' . $group->dataProviderId()); |
|
| 33 | 1 | } |
|
| 43 | } |