mechanicalgux
Results
2
issues of
mechanicalgux
This bundle will trigger an exception Symfony 4. https://github.com/blackknight467/StarRatingBundle/blob/08e7caf167232c96dd77182c603475ef9623290b/DependencyInjection/StarRatingExtension.php#L31 To solve this, change the line with: ```php $resources = array_merge(array('@StarRatingBundle/rating.html.twig'), $resources); ``` Then add and alias to /config/packages/twig.yaml: ```yaml twig:...
Fixes #1250