Completed
Push — dev ( 607387...66849d )
by Marc
02:33
created
src/ArtificerServiceProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -144,6 +144,9 @@
 block discarded – undo
144 144
 		});
145 145
 	}
146 146
 
147
+	/**
148
+	 * @param string $type
149
+	 */
147 150
 	private function getExtensionInstaller($type) {
148 151
         if (config('admin.extension_driver') == 'file') {
149 152
             $extensionConfig = $this->getConfigPath() . 'extensions/'. $type .'.php';
Please login to merge, or discard this patch.