- Issue created by @jayhuskins
- Status changed to Fixed
7 months ago 3:25pm 22 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
As of PHP 8.3, calling get_class()
without arguments is deprecated. This is currently used in the disclosure menu block form to add the processMenuLevelParents
form processing to various form containers.
Using PHP 8.3, attempt to add a disclosure menu block.
Replace get_class()
with self::class
.
Fixed
2.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.