From f5825caa08229c71397225a9b5c3844baa352f28 Mon Sep 17 00:00:00 2001 From: Tom van der Laan Date: Tue, 30 Jan 2024 12:06:19 +0000 Subject: [PATCH] Update Moving from J to Namespace.md --- Moving from J to Namespace.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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