Skip to content

Commit

Permalink
Add controller.service_arguments tag (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
remdan authored Mar 17, 2023
1 parent 874af76 commit 5695af2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbook/sulu-twig-attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ attributes to your template. To do this, you can use the``TemplateAttributeResol
use Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache;
use Sulu\Bundle\WebsiteBundle\Resolver\TemplateAttributeResolverInterface;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Attribute\AsController;
use Symfony\Component\Routing\Annotation\Route;
use Twig\Environment;
#[AsController]
class StaticController
{
/**
Expand Down

0 comments on commit 5695af2

Please sign in to comment.