@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $this->load('ancestors'); |
| 34 | 34 | } |
| 35 | 35 | |
| 36 | - $index = $this->ancestors->search(function ($ancestor) use ($model) { |
|
| 36 | + $index = $this->ancestors->search(function($ancestor) use ($model) { |
|
| 37 | 37 | return $ancestor->getKey() === $model->getKey(); |
| 38 | 38 | }); |
| 39 | 39 | |