diff --git a/Moving from J to Namespace.md b/Moving from J to Namespace.md index 2561144..32b30b4 100644 --- a/Moving from J to Namespace.md +++ b/Moving from J to Namespace.md @@ -26,4 +26,7 @@ throw new \Exception(Text::_('Your error message here'), 500); ``` ## More info on backwards compatible issues: -[https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4] \ No newline at end of file +[https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4] + +## Deprecated JFactory::getDBO(); alternative +[https://github.com/joomla/joomla-cms/discussions/38111#discussioncomment-3971334] \ No newline at end of file