Completed
Push — master ( 2c2694...691ef6 )
by Patrick
01:21
created
Autoload.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 if(file_exists(__DIR__ . '/vendor/autoload.php'))
3 3
 {
4 4
     require __DIR__ . '/vendor/autoload.php';
5
-}
6
-else if(file_exists(__DIR__ . '/../common/Autoload.php'))
5
+} else if(file_exists(__DIR__ . '/../common/Autoload.php'))
7 6
 {
8 7
     require(__DIR__ . '/../common/Autoload.php');
9 8
 }
Please login to merge, or discard this patch.