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/ReplaceDecorator.php')
-rw-r--r--src/decorators/ReplaceDecorator.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 846a385f..e487362c 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Decorators;
@@ -12,7 +12,9 @@ class ReplaceDecorator extends Decorator
* @var mixed
*/
public $s;
+
public $p;
+
public function __construct($str, $params)
{
$this->s = $str;