Completed
Pull Request — master (#1150)
by
unknown
01:58
created
src/Commands/ModuleMakeCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,10 +76,10 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    * Get module type .
80
-    *
81
-    * @return string
82
-    */
79
+     * Get module type .
80
+     *
81
+     * @return string
82
+     */
83 83
     private function getModuleType()
84 84
     {
85 85
         $isPlain = $this->option('plain');
Please login to merge, or discard this patch.
src/Livewire/LivewireServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,6 +71,6 @@
 block discarded – undo
71 71
 
72 72
         $moduleNamePrefix = ($module) ? $module->getLowerName().'::' : null;
73 73
 
74
-       return $moduleNamePrefix . $componentName;
74
+        return $moduleNamePrefix . $componentName;
75 75
     }
76 76
 }
77 77
\ No newline at end of file
Please login to merge, or discard this patch.