Upgrade to 3.4.3
This commit is contained in:
@@ -66,6 +66,10 @@ class Autoloader
|
||||
*/
|
||||
private static function getClassLoader()
|
||||
{
|
||||
if (file_exists(getenv('COMPOSER_VENDOR_DIR') . '/autoload.php')) {
|
||||
return include getenv('COMPOSER_VENDOR_DIR') . '/autoload.php';
|
||||
}
|
||||
|
||||
if (file_exists(__DIR__ . '/../../../autoload.php')) {
|
||||
return include __DIR__ . '/../../../autoload.php';
|
||||
}
|
||||
|
Reference in New Issue
Block a user