User tests: Successful: Unsuccessful:
RouterFactory service similar to #16449. Additionally a cleanup is made as the static function getRouter from the application is called in a none static way.
Browse around on the front and back end.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End com_finder Libraries Plugins |
| Labels |
Added:
?
|
||
If they are in the same namespace you don't need to add the import for these classes as they are imported automatically. I didn't import only in the classes of the namesapce Joomla\CMS\Router.
Thank you for the explanation.
| Labels |
Added:
Conflicting Files
|
||
| Labels |
Removed:
Conflicting Files
|
||
I have tested this item
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-13 13:12:00 |
| Closed_By | ⇒ | laoneo |
Maybe my misunderstanding but only in some files where you have added
RouterFactoryInterfaceyou have also addeduse Joomla\CMS\Router\RouterFactoryInterface;Shouldn't it be in all?