Hi, i migrate my project to 4.1 in 4.3. But now when i want use cake bake i have this error message:
`Router::scope()` is deprecated, use the non-static method `RouteBuilder::scope()` instead.
/var/www/TALA/back_end/vendor/cakephp/cakephp/src/Routing/Router.php, line: 929
You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/cakephp/cakephp/src/Routing/Router.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only.
i dont know where is used Router::scope and where i can change it. I dont want modify app.php to ignore deprecated so how can i do?