Skip to content

Commit bade6f7

Browse files
committed
minor fix about composer installer.
1 parent 0a9fffb commit bade6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/composer/yii/composer/InstallHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static function run($event)
8282
throw new Exception("Config file does not exist: $configFile");
8383
}
8484

85-
require(__DIR__ . '/../../../yii2/yii/Yii.php');
85+
require_once(__DIR__ . '/../../../yii2/yii/Yii.php');
8686
$application = new Application(require($configFile));
8787
$request = $application->getRequest();
8888

0 commit comments

Comments
 (0)