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-26 00:22:09 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-26 00:22:09 +0300
commit1133c9a7fcd3eba0718f9c294714bc92d1d9e675 (patch)
treeab3a90ec729a4e84ed7feab56f86083aca44194c /src/controllers/ViewpropertiesController.php
parent700b1e267642aeb5f8449d322b8c5bf7a75579bf (diff)
Moves statics to subfolder, transforms translation to classes
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 71922e5d..b67a2ad6 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -15,8 +15,6 @@ use PHPPgAdmin\Decorators\Decorator;
*/
class ViewpropertiesController extends BaseController
{
- public $controller_name = 'ViewpropertiesController';
-
/**
* Default method to render the controller according to the action parameter.
*/