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

Allow classes to be passed into Injector::inst()->load() #10539

Closed
wants to merge 5 commits into from

Commits on Oct 10, 2022

  1. Allow anonymous classes to be passed into injector, wasn't available …

    …before without ReflectionClass
    Nate Devereux committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    d42c652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fad7f View commit details
    Browse the repository at this point in the history
  3. Simply return the class, without creating a new instance as it serves…

    … no point
    Nate Devereux committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c0230b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62da003 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Add unit test

    Nate Devereux committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    48fee4f View commit details
    Browse the repository at this point in the history