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/PrivilegesController.php
parent700b1e267642aeb5f8449d322b8c5bf7a75579bf (diff)
Moves statics to subfolder, transforms translation to classes
Diffstat (limited to 'src/controllers/PrivilegesController.php')
-rw-r--r--src/controllers/PrivilegesController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 0a7e6195..a4599c3d 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -11,8 +11,7 @@ namespace PHPPgAdmin\Controller;
*/
class PrivilegesController extends BaseController
{
- public $controller_name = 'PrivilegesController';
- public $table_place = 'privileges-privileges';
+ public $table_place = 'privileges-privileges';
/**
* Default method to render the controller according to the action parameter.