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/ConcatDecorator.php')
-rw-r--r--src/decorators/ConcatDecorator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 41124154..968fa67e 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -8,6 +8,7 @@ namespace PHPPgAdmin\Decorators;
class ConcatDecorator extends Decorator
{
+ public $c;
public function __construct($values)
{
$this->c = $values;