1 | <?php |
||
9 | trait HashidsTrait |
||
10 | { |
||
11 | /** |
||
12 | * Get the value of the model's route key. |
||
13 | * |
||
14 | * @return mixed |
||
15 | */ |
||
16 | public function getRouteKey() |
||
20 | |||
21 | /** |
||
22 | * Retrieve the model for a bound value. |
||
23 | * |
||
24 | * @param mixed $value |
||
25 | * |
||
26 | * @return \Illuminate\Database\Eloquent\Model|null |
||
27 | */ |
||
28 | public function resolveRouteBinding($value) |
||
34 | } |
||
35 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.