Passed
Push — master ( 2c1581...8147ed )
by Matthijs
02:08
created
src/Services/Product/ProductAmountSeriesService.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@
 block discarded – undo
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    
Please login to merge, or discard this patch.