add missing properties

This commit is contained in:
Milos Stojanovic
2023-12-04 08:50:40 +01:00
parent 891e56b50a
commit c09021d610

View File

@@ -17,6 +17,8 @@ use Filegator\Services\View\ViewInterface;
class Vuejs implements Service, ViewInterface
{
private $config;
private $add_to_head = '';
private $add_to_body = '';
public function __construct(Config $config)
{