Skip to content

Instantly share code, notes, and snippets.

@mitom
Created January 10, 2014 09:29
Show Gist options
  • Save mitom/8349074 to your computer and use it in GitHub Desktop.
Save mitom/8349074 to your computer and use it in GitHub Desktop.
class MyBundle extends Bundle
{
public function boot()
{
$this->container->getParameter('param');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment