Commit 601115f8 by Alexander Makarov

Fixed yii2-dev package to use correct path for PSR-4

parent c522fffe
...@@ -203,7 +203,7 @@ class Installer extends LibraryInstaller ...@@ -203,7 +203,7 @@ class Installer extends LibraryInstaller
* @license http://www.yiiframework.com/license/ * @license http://www.yiiframework.com/license/
*/ */
return require(__DIR__ . '/../../yii2-dev/framework/$file'); return require(__DIR__ . '/../yii2-dev/framework/$file');
EOF EOF
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment