symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

[BUGFIX] Use correct class namespace #846

Closed afoeder closed 6 years ago

afoeder commented 6 years ago

This fixes an incorrect import from the KnpMenuBundle rather than the correct KnpMenu project. The correct intended file is present at [1].

https://github.com/KnpLabs/KnpMenu/blob/master/src/Knp/Menu/Matcher/Voter/VoterInterface.php

dbu commented 6 years ago

thank you for the fix! sorry for the confusion - too bad we can't do tests on the code examples :-/