Skip to content

Commit

Permalink
this fixes a PHP ERROR: Creation of dynamic property .. is deprecated…
Browse files Browse the repository at this point in the history
… issue
  • Loading branch information
Schlue committed Mar 23, 2024
1 parent 9a977a2 commit 4d75810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
*/
abstract class Kronolith_Calendar
{
/**
* The background.
*
* @var string
*/
protected $_background;

/**
* Constructor.
*
Expand Down

0 comments on commit 4d75810

Please sign in to comment.