Completed
Push — master ( 40b511...e6a7e1 )
by Scott
02:15
created
models/Inventory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      */
78 78
     public function beforeValidate() {
79 79
         if ($this->id) {
80
-            $this->rules['sku'] = 'unique:bedard_shop_inventories,sku,' . $this->id;
80
+            $this->rules['sku'] = 'unique:bedard_shop_inventories,sku,'.$this->id;
81 81
         }
82 82
     }
83 83
 }
Please login to merge, or discard this patch.