Skip to content

Commit 3db2bf3

Browse files
authored
CMSObject should extend stdClass (#43020)
1 parent 1aed565 commit 3db2bf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/src/Object/CMSObject.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
* Use \stdClass or \Joomla\Registry\Registry instead.
2626
* Example: new \Joomla\Registry\Registry();
2727
*/
28-
#[\AllowDynamicProperties]
29-
class CMSObject
28+
class CMSObject extends \stdClass
3029
{
3130
use LegacyErrorHandlingTrait;
3231
use LegacyPropertyManagementTrait;

0 commit comments

Comments
 (0)