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:
ro 2024-02-29 10:18:16 -06:00
parent 8d736cc355
commit cb4969b4ed

View file

@ -7,6 +7,10 @@ class ThemeEngine
public $data = [];
public $loader;
public $twig;
public $themePath;
public $settings;
public $posts;
public $archives;
public function __construct(string $themePath)
{