Skip to content

Commit

Permalink
add missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Dec 4, 2023
1 parent 891e56b commit c09021d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Services/View/Adapters/Vuejs.php
Expand Up @@ -17,6 +17,8 @@
class Vuejs implements Service, ViewInterface
{
private $config;
private $add_to_head = '';
private $add_to_body = '';

public function __construct(Config $config)
{
Expand Down

0 comments on commit c09021d

Please sign in to comment.