cakephp-geo icon indicating copy to clipboard operation
cakephp-geo copied to clipboard

Remove routing deprecations

Open VigiePirate opened this issue 2 years ago • 1 comments

Router::prefix() is deprecated since Cakephp 4.3. : https://book.cakephp.org/4.next/en/appendices/4-3-migration-guide.html

Replaced by a call to the non-static method RouteBuilder::prefix().

VigiePirate avatar Jul 14 '22 15:07 VigiePirate

You would need to also change min https://github.com/dereuromark/cakephp-geo/blob/master/composer.json#L23

dereuromark avatar Jul 17 '22 19:07 dereuromark

Already solved in master afaik

dereuromark avatar Oct 14 '22 20:10 dereuromark