@@ -89,7 +89,6 @@ discard block |
||
89 | 89 | /** |
90 | 90 | * Get the parent name for the child class. |
91 | 91 | * |
92 | - * @param string $rootNamespace |
|
93 | 92 | * |
94 | 93 | * @return string |
95 | 94 | */ |
@@ -101,7 +100,6 @@ discard block |
||
101 | 100 | /** |
102 | 101 | * Get the parent fqcn for the child class. |
103 | 102 | * |
104 | - * @param string $rootNamespace |
|
105 | 103 | * |
106 | 104 | * @return string |
107 | 105 | */ |
@@ -130,7 +128,6 @@ discard block |
||
130 | 128 | * Replace the parent class in the given stub. |
131 | 129 | * |
132 | 130 | * @param string $stub |
133 | - * @param string $name |
|
134 | 131 | * |
135 | 132 | * @return $this |
136 | 133 | */ |
@@ -145,7 +142,6 @@ discard block |
||
145 | 142 | * Replace the parent fqcn in the given stub. |
146 | 143 | * |
147 | 144 | * @param string $stub |
148 | - * @param string $name |
|
149 | 145 | * |
150 | 146 | * @return $this |
151 | 147 | */ |
@@ -70,7 +70,6 @@ discard block |
||
70 | 70 | /** |
71 | 71 | * Get the method name for the class. |
72 | 72 | * |
73 | - * @param string $rootNamespace |
|
74 | 73 | * |
75 | 74 | * @return string |
76 | 75 | */ |
@@ -114,7 +113,6 @@ discard block |
||
114 | 113 | * Replace the method name in the given stub. |
115 | 114 | * |
116 | 115 | * @param string $stub |
117 | - * @param string $name |
|
118 | 116 | * |
119 | 117 | * @return $this |
120 | 118 | */ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace BrightComponents\Services; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\Config; |
|
6 | 5 | use BrightComponents\Services\Commands\ServiceMakeCommand; |
7 | 6 | use Illuminate\Support\ServiceProvider as BaseServiceProvider; |
8 | 7 | use BrightComponents\Services\Commands\CachedServiceMakeCommand; |