Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/decorators/Decorator.php')
-rw-r--r--src/decorators/Decorator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 347cf9b6..c95911e0 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -11,6 +11,7 @@ use PHPPgAdmin\Traits\HelperTrait;
class Decorator
{
+ public $val;
use HelperTrait;
public $container;