Completed
Push — master ( 73d133...5725ba )
by Scott
02:11
created
models/Inventory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,8 +91,8 @@
 block discarded – undo
91 91
      */
92 92
     public function scopeHasOptionValueIds($query, $ids)
93 93
     {
94
-        if (! is_array($ids)) {
95
-            $ids = [ $ids ];
94
+        if (!is_array($ids)) {
95
+            $ids = [$ids];
96 96
         }
97 97
 
98 98
         return $query->whereHas('optionValues', function($optionValue) use ($ids){
Please login to merge, or discard this patch.