Skip to content

Commit c13550f

Browse files
committed
Fix autoload file name
1 parent 6933fda commit c13550f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected static function exitWithError($message)
135135
*/
136136
public static function isInstalledWithComposer()
137137
{
138-
$autoloaderPath = join(DIRECTORY_SEPARATOR, [dirname(dirname(__DIR__)), 'autoloader.php']);
138+
$autoloaderPath = join(DIRECTORY_SEPARATOR, [dirname(dirname(__DIR__)), 'autoload.php']);
139139
return is_readable($autoloaderPath);
140140
}
141141

0 commit comments

Comments
 (0)