Completed
Pull Request — develop (#5)
by Oyebanji Jacob
02:13
created
src/DatabaseConnection.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -161,16 +161,16 @@
 block discarded – undo
161 161
         ]);
162 162
     }
163 163
 
164
-     /**
165
-      * Load needed configuration values from the .env file using Dotenv.
166
-      * 
167
-      * @return void
168
-      */
169
-     public function loadEnv()
170
-     {
164
+        /**
165
+         * Load needed configuration values from the .env file using Dotenv.
166
+         * 
167
+         * @return void
168
+         */
169
+        public function loadEnv()
170
+        {
171 171
         if (!getenv('APP_ENV')) {
172 172
             $dotenv = new \Dotenv\Dotenv(__DIR__.'/../../../');
173 173
             $dotenv->overload();
174
-         }
175
-     }
174
+            }
175
+        }
176 176
 }
Please login to merge, or discard this patch.