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

Update Entity Listener Docs to New Service Style #1161

Merged
merged 2 commits into from May 19, 2020

Commits on Apr 30, 2020

  1. Update Entity Listener Docs to New Service Style

    Switching to Symfony 4's new container style: classes for service names.
    huebs committed Apr 30, 2020
    Copy the full SHA
    a50e3e6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Change UserListener to App\UserListener

    Renaming `UserListener` to `App\UserListener` so it is clear to unaware users that it is FCQN
    
    Addressing [note](doctrine#1161 (review)) from @ostrolucky.
    huebs committed May 14, 2020
    Copy the full SHA
    bd8809a View commit details
    Browse the repository at this point in the history