Fix php error

This commit is contained in:
osaajani 2020-01-17 18:36:53 +01:00
parent b8bd067dc7
commit 9de6697752
11 changed files with 20 additions and 9 deletions

View file

@ -18,6 +18,7 @@ namespace controllers\internals;
{
private $model_user;
private $internal_event;
private $internal_setting;
public function __construct(\PDO $bdd)
{