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/BranchUrlDecorator.php')
-rw-r--r--src/decorators/BranchUrlDecorator.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index f28ad2be..954de2fe 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -8,6 +8,11 @@ namespace PHPPgAdmin\Decorators;
class BranchUrlDecorator extends Decorator
{
+ public $base;
+ /**
+ * @var mixed
+ */
+ public $queryVars;
public function __construct($base, $queryVars = null)
{
$this->base = $base;