Since #27687 lots of files were moved.
However the helper files were not updated.
/**
* Contact component helper.
*
* @since 1.6
* @deprecated 5.0 Use \Joomla\Component\Contact\Administrator\Helper\ContactHelper instead
*/
class ContactHelper extends \Joomla\Component\Contact\Administrator\Helper\ContactHelper
Should they have not been updated as well to
/**
* Contact component helper.
*
* @since 1.6
* @deprecated 5.0 Use \Joomla\Component\Contact\Administrator\src\Helper\ContactHelper instead
*/
class ContactHelper extends \Joomla\Component\Contact\Administrator\src\Helper\ContactHelper
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-16 21:24:15 |
Closed_By | ⇒ | brianteeman |
its not - so all ok and just my ignorance
No.
src
should not be part of the namespace, and if it is then someone FUBAR'd PSR-4 (namespace) mappings.