Skip to content

Instantly share code, notes, and snippets.

@Anahkiasen
Created November 28, 2015 11:00
Show Gist options
  • Save Anahkiasen/35ef0b6f28c215ae1b02 to your computer and use it in GitHub Desktop.
Save Anahkiasen/35ef0b6f28c215ae1b02 to your computer and use it in GitHub Desktop.
$container->extend(Twig_Environment::class, function($twig) {
$twig->addExtension(new SomeExtension);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment