prestaconcept / PrestaSitemapBundle

A symfony bundle that provides tools to build a rich application sitemap. The main goals are : simple, no databases, various namespace (eg. google image), respect constraints etc.
MIT License
357 stars 102 forks source link

Default dump dir made absolute, using kernel.project_dir parameter #234

Closed yann-eugone closed 4 years ago

yann-eugone commented 4 years ago

Should fix #225

Configuration dump_directory was prefixed with %kernel.project_dir% (which was added as of Symfony 3.3).