@@ -10,13 +10,13 @@ |
||
10 | 10 | |
11 | 11 | class ProductAmountSeriesService extends BaseService |
12 | 12 | { |
13 | - public function __construct(ProductAmountSeriesRepository $productAmountSeries) |
|
14 | - { |
|
15 | - $this->repo = $productAmountSeries; |
|
16 | - } |
|
13 | + public function __construct(ProductAmountSeriesRepository $productAmountSeries) |
|
14 | + { |
|
15 | + $this->repo = $productAmountSeries; |
|
16 | + } |
|
17 | 17 | |
18 | 18 | |
19 | - /** |
|
19 | + /** |
|
20 | 20 | * The validation rules for the model. |
21 | 21 | * |
22 | 22 | * @param integer $id id attribute model |