fix: remove extraneous static
keyword
This commit is contained in:
parent
f02ab63d26
commit
9b03f05f5a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ abstract class HubPage
|
|||
extends HTMLPage
|
||||
implements PathAware
|
||||
{
|
||||
private static $pages;
|
||||
private $pages;
|
||||
|
||||
public function __construct( $pages )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue