Drop requirement on PHP ≥ 7.4.0
This commit is contained in:
parent
3e901fd66e
commit
c10599048e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class MenuItem extends AbstractItem {
|
||||||
/**
|
/**
|
||||||
* @var bool $is_active True if it is a link to the current page
|
* @var bool $is_active True if it is a link to the current page
|
||||||
*/
|
*/
|
||||||
public bool $is_active;
|
public $is_active;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate a menu item from a passed string
|
* Generate a menu item from a passed string
|
||||||
|
|
Loading…
Reference in a new issue