@@ -18,7 +18,7 @@ |
||
| 18 | 18 | $this->repeaterRepository = $repeaterRepository; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | - public function for(string $string) |
|
| 21 | + public function for (string $string) |
|
| 22 | 22 | { |
| 23 | 23 | return $this->repeater->where('slug', $string)->get(); |
| 24 | 24 | } |