@@ -37,7 +37,7 @@ |
||
| 37 | 37 | $this->rules['tariff_code'] = 'numeric|required'; |
| 38 | 38 | $this->rules['services'] = [ |
| 39 | 39 | '', |
| 40 | - function ($value) { |
|
| 40 | + function($value) { |
|
| 41 | 41 | if ($value instanceof Services) { |
| 42 | 42 | return $value->validate(); |
| 43 | 43 | } |