| Total Complexity | 5 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | trait WhereModels |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Scope query to activity on a specific model key. |
||
| 9 | * |
||
| 10 | * @param mixed $model_key |
||
| 11 | * |
||
| 12 | * @return $this |
||
| 13 | */ |
||
| 14 | public function whereModelKey($model_key) |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Scope query to activity on a specific model key. |
||
| 28 | * |
||
| 29 | * @param mixed $model_table |
||
| 30 | * |
||
| 31 | * @return $this |
||
| 32 | */ |
||
| 33 | public function whereModelTable($model_table) |
||
| 49 |