Completed
Push — master ( 3ea116...843a28 )
by Henry
01:20
created
src/Console/InstallLaravelVtuDotNG.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -51,6 +51,10 @@
 block discarded – undo
51 51
         $this->info('Laravel VTU.ng Package Installation Complete!');
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $path
56
+     * @param string $value
57
+     */
54 58
     private function writeChanges($path, string $key, string $configKey, $value){
55 59
         if (Str::contains(file_get_contents($path), "$key") === false) {
56 60
             $this->info("Now writing .env with $key=$value ...");
Please login to merge, or discard this patch.