Skip to content

Commit 854ea6d

Browse files
committed
[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

+2-1
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)