@@ -8,10 +8,10 @@ |
||
| 8 | 8 | |
| 9 | 9 | class ExtraFieldService extends BaseService |
| 10 | 10 | { |
| 11 | - public function __construct(ExtraFieldRepository $extraField) |
|
| 12 | - { |
|
| 13 | - $this->repo = $extraField; |
|
| 14 | - } |
|
| 11 | + public function __construct(ExtraFieldRepository $extraField) |
|
| 12 | + { |
|
| 13 | + $this->repo = $extraField; |
|
| 14 | + } |
|
| 15 | 15 | |
| 16 | 16 | private function rulesValue($defaultValueId = false) |
| 17 | 17 | { |