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/ArrayMergeDecorator.php')
-rw-r--r--src/decorators/ArrayMergeDecorator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 75d4d104..645ae3bc 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -8,6 +8,7 @@ namespace PHPPgAdmin\Decorators;
class ArrayMergeDecorator extends Decorator
{
+ public $m;
public function __construct($arrays)
{
$this->m = $arrays;