Passed
Push — master ( d2fe6b...be3f36 )
by Karel
13:58
created
src/Chuck/ModuleRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
         // updateOrCreate the module
12 12
         $find = Module::where('slug', $array['slug'])->first();
13 13
 
14
-        if($find == null) {
14
+        if ($find == null) {
15 15
             $result = Module::create($array);
16 16
         } else {
17 17
             $result = $find->update($array);
Please login to merge, or discard this patch.