Skip to content

Commit

Permalink
Allow to set fragment options in tag and enable error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed May 14, 2018
1 parent f8fdf36 commit 5c68bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Compiler/RegisterFragmentsPass.php
Expand Up @@ -106,6 +106,7 @@ protected function getFragmentConfig(ContainerBuilder $container, Reference $ref
[
$this->getControllerName($reference, $attributes),
$attributes['renderer'] ?? 'forward',
array_merge(['ignore_errors' => false], $attributes['options'] ?? []),
]
);

Expand Down

0 comments on commit 5c68bf9

Please sign in to comment.