Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for support Instance::of in configuration #21

Merged
merged 3 commits into from
Dec 21, 2020

Commits on Dec 20, 2020

  1. Fix for support Instance::of in configuration

    Using createObject with \yii\di\Instance::of in configuration does not work.
    Creating an instance of the application in the suggested way solves the problem.
    antonovsky committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    1de79b9 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix for support Instance::of in configuration"

    This reverts commit 01bf59e
    antonovsky committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    84fe26b View commit details
    Browse the repository at this point in the history
  3. Fix for support Instance::of in configuration v2

    Using createObject with \yii\di\Instance::of in configuration does not work.
    Creating an instance of the application in the suggested way solves the problem.
    antonovsky committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    316c346 View commit details
    Browse the repository at this point in the history