Skip to content

Commit 05989b5

Browse files
committed
🔧 use #[AllowDynamicProperties] to support dynamic properties for PHP 8.2
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent 76a9305 commit 05989b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MX/Controller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3737
* THE SOFTWARE.
3838
**/
39+
#[AllowDynamicProperties]
3940
class MX_Controller
4041
{
4142
public $autoload = [];

0 commit comments

Comments
 (0)