Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 854ea6d

Browse files
committedJan 3, 2023
[php8.2] fix AllowDynamicProperties pb
1 parent 7179789 commit 854ea6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Ajax/common/html/BaseWidget.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
/**
88
* BaseWidget for Twitter Bootstrap, jQuery UI or Semantic rich components
99
* @author jc
10-
* @version 1.001
10+
* @version 1.0.2
1111
*/
12+
#[\AllowDynamicProperties()]
1213
abstract class BaseWidget {
1314
protected $identifier;
1415
protected $_identifier;

0 commit comments

Comments
 (0)
Please sign in to comment.