We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since I've installed this bundle I have an error with fosuserBundle when trying to access:
if ($this->container->has('templating')) { return $this->container->get('templating')->renderResponse($view, $parameters, $response); }
container is null.
I know that they are independent bundles, but I don't know if LexikCurrencyBundle update any symfony library and change de depedency injection.
Could anybody help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since I've installed this bundle I have an error with fosuserBundle when trying to access:
if ($this->container->has('templating')) {
return $this->container->get('templating')->renderResponse($view, $parameters, $response);
}
container is null.
I know that they are independent bundles, but I don't know if LexikCurrencyBundle update any symfony library and change de depedency injection.
Could anybody help me?
The text was updated successfully, but these errors were encountered: