Closed icevita closed 9 years ago
Thanks :+1:
Hello! quick question... on the home page, usage section, when you say:
// Create old application, but NOT run it! $gaffer = Yii::createWebApplication($v1AppConfig);
// Create new application and run. Have fun! $application = new yii\web\Application($v2AppConfig);
Instead of: $gaffer->run(); should not be $application->run(); ??
Or if not, then the comments can be changed. And then is the Yii 1 framework who manage the request, right?
Thanks
Yes, you're right. Thanks. Fixed https://github.com/yiiext/yii2-yii-bridge/commit/d7e2cf980a6da731642ae6d6a4efe9d8561abdf0
fixed to work