Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Moved HttpKernel compiler pass #8166

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

Closed
javiereguiluz opened this issue Jul 16, 2017 · 1 comment
Closed

Moved HttpKernel compiler pass #8166

javiereguiluz opened this issue Jul 16, 2017 · 1 comment

Comments

@javiereguiluz
Copy link
Member

See symfony/symfony#22620

Some classes have been moved, so we must review the imports of the code samples:

  • The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddCacheClearerPass
    class has been deprecated and will be removed in 4.0. Use the
    Symfony\Component\HttpKernel\DependencyInjection\AddCacheClearerPass class instead.

  • The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddCacheWarmerPass
    class has been deprecated and will be removed in 4.0. Use the
    Symfony\Component\HttpKernel\DependencyInjection\AddCacheWarmerPass class instead.

@javiereguiluz
Copy link
Member Author

Closing because we don't use those clases in any example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants