Completed
Push — master ( 93b4ca...ada3e7 )
by wen
10:31
created
src/Providers/ComponentServiceProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@
 block discarded – undo
78 78
         }
79 79
     }
80 80
 
81
+    /**
82
+     * @param string $class
83
+     */
81 84
     protected function registerComponent($class)
82 85
     {
83 86
         $component = $this->app->make($class);
Please login to merge, or discard this patch.