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:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-21 18:45:10 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-21 18:45:10 +0300
commitadc662f3a1c9d6903fa695408aa90c05705bedc3 (patch)
treefcbce86da3c931340cd5623b3cf37f6fae358031 /src/controllers/LanguagesController.php
parent5b2befe8827b440c0b8724f3a2684b95b4571f26 (diff)
Tag v 6.0.0-beta.42 repairs constructor of connectionv6.0.0-beta.42
Diffstat (limited to 'src/controllers/LanguagesController.php')
-rw-r--r--src/controllers/LanguagesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index 516b4eb3..ee0d25d4 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.41
+ * PHPPgAdmin v6.0.0-beta.42
*/
namespace PHPPgAdmin\Controller;