psliwa / PdfBundle

This bundle integrates Symfony2 with PHPPdf library.
http://ohey.pl
MIT License
120 stars 45 forks source link

Remove deprecations from the example's config #74

Open Jean85 opened 7 years ago

Jean85 commented 7 years ago

As you can see here: https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md#routing

Some route settings have been renamed:

  • The pattern setting has been removed in favor of path

I've removed the deprecations from the example that you give in this bundle.