mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 23:24:15 +02:00
add missing properties
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user