vierge-noire / cakephp-fixture-factories

CakePHP Fixture Factories
https://vierge-noire.github.io/
MIT License
83 stars 21 forks source link

Plugin class name #234

Closed dereuromark closed 11 months ago

dereuromark commented 12 months ago

Isnt https://github.com/vierge-noire/cakephp-fixture-factories/blob/ce853e2352c4f98da2ab81016a180785e0ada36a/src/Plugin.php#L21 deprecated since 4.4 and in 5.x one should not use just Plugin as name, but full plugin name as prefix?

https://book.cakephp.org/4/en/appendices/4-4-migration-guide.html#plugins

dereuromark commented 11 months ago

I see that this is taken care of inside https://github.com/vierge-noire/cakephp-fixture-factories/pull/237