Skip to content

Commit

Permalink
Merge pull request #1553 from forsdahl/php8.2-compatibility
Browse files Browse the repository at this point in the history
PHP 8.2 compatibility fix
  • Loading branch information
GuySartorelli authored Aug 29, 2023
2 parents f5e11e4 + 0b59826 commit 2a30bf4
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 2a30bf4

Please sign in to comment.