Skip to content

Commit

Permalink
Fixed deprecation notices in php 8.2 by using the AllowDynamicProperties
Browse files Browse the repository at this point in the history
annotation on classes that set dynamic properties
  • Loading branch information
forsdahl committed Aug 25, 2023
1 parent f5e11e4 commit 0b59826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/LeftAndMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* This is essentially an abstract class which should be subclassed.
* See {@link CMSMain} for a good example.
*/
#[\AllowDynamicProperties]
class LeftAndMain extends Controller implements PermissionProvider
{

Expand Down

0 comments on commit 0b59826

Please sign in to comment.