CMSObject should extend stdClass (#43020)

This commit is contained in:
Allon Moritz 2024-03-20 11:25:38 +01:00 committed by GitHub
parent 1aed565bc2
commit 3db2bf32bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ namespace Joomla\CMS\Object;
* Use \stdClass or \Joomla\Registry\Registry instead.
* Example: new \Joomla\Registry\Registry();
*/
#[\AllowDynamicProperties]
class CMSObject
class CMSObject extends \stdClass
{
use LegacyErrorHandlingTrait;
use LegacyPropertyManagementTrait;