mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 11:04:21 +02:00
add missing properties
This commit is contained in:
@@ -17,6 +17,8 @@ use Filegator\Services\View\ViewInterface;
|
|||||||
class Vuejs implements Service, ViewInterface
|
class Vuejs implements Service, ViewInterface
|
||||||
{
|
{
|
||||||
private $config;
|
private $config;
|
||||||
|
private $add_to_head = '';
|
||||||
|
private $add_to_body = '';
|
||||||
|
|
||||||
public function __construct(Config $config)
|
public function __construct(Config $config)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user