Skip to content

Instantly share code, notes, and snippets.

@fabpot
Last active November 30, 2017 15:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabpot/ddcee0f49dfd97be29dbbd973b93cfe8 to your computer and use it in GitHub Desktop.
Save fabpot/ddcee0f49dfd97be29dbbd973b93cfe8 to your computer and use it in GitHub Desktop.
services:
_defaults:
autowire: true
App\TwigExtension:
public: false
tags: [twig.extension]
App\Command\DocUpdateCommand:
tags: [console.command]
App\Command\ContributorsUpdateCommand:
tags: [console.command]
App\Doc:
tags:
- { name: twig.runtime, id: "App\\TwigExtension" }
App\Controllers: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment