Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
34 | 5 | public function passes($attribute, $value) |
|
1 ignored issue
–
show
|
|||
35 | { |
||
36 | 5 | $model = $this->className; |
|
37 | 5 | return $model::where('id', $value)->exists(); |
|
38 | } |
||
50 |