Fix for deprecated feature
Latest PHP update depracted dynamically created variables, so a tweak was made to clean that up
This commit is contained in:
parent
8d736cc355
commit
cb4969b4ed
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ class ThemeEngine
|
||||||
public $data = [];
|
public $data = [];
|
||||||
public $loader;
|
public $loader;
|
||||||
public $twig;
|
public $twig;
|
||||||
|
public $themePath;
|
||||||
|
public $settings;
|
||||||
|
public $posts;
|
||||||
|
public $archives;
|
||||||
|
|
||||||
public function __construct(string $themePath)
|
public function __construct(string $themePath)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue