@@ -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 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | { |
17 | 17 | $shop = ShopService::findUrl($request->root()); |
18 | 18 | |
19 | - if(!$shop) { |
|
19 | + if (!$shop) { |
|
20 | 20 | abort(404, "shop cannot be found"); |
21 | 21 | } |
22 | 22 |