Completed
Pull Request — master (#1150)
by
unknown
01:58
created
src/Livewire/LivewireServiceProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         });
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $componentClassPath
66
+     */
64 67
     protected function getComponentName($componentClassPath, $module = null)
65 68
     {
66 69
         $dirs = explode('\\', $componentClassPath);
Please login to merge, or discard this patch.