schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Deprecated getPattern method #168

Closed igdr closed 8 years ago

igdr commented 9 years ago

The Symfony\Component\Routing\Route::getPattern method is deprecated since version 2.2 and will be removed in 3.0. Use the getPath() method instead.

Please fix it

acasademont commented 8 years ago

Fixed now on master. Expect a stable tag soon :)