| Total Complexity | 7 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class EloquentSituationProvider |
||
| 6 | { |
||
| 7 | 116 | public function getListener() |
|
| 8 | { |
||
| 9 | 116 | return EloquentEventsListener::class; |
|
| 10 | } |
||
| 11 | |||
| 12 | 116 | public function getSituationProvider() |
|
| 15 | } |
||
| 16 | |||
| 17 | 116 | public function getForgetKey() |
|
| 18 | { |
||
| 19 | 116 | return 'eloquentChecks'; |
|
| 20 | } |
||
| 21 | |||
| 22 | 14 | public static function getForgetMethods() |
|
| 25 | } |
||
| 26 | |||
| 27 | 5 | public static function getForgetArgs($method, $args) |
|
| 35 | } |
||
| 36 | |||
| 37 | 116 | public function getMethods(): array |
|
| 45 | ]; |
||
| 46 | } |
||
| 48 |