Skip to content

Commit

Permalink
#285 - removing unused variable from PhpinfoController
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed Aug 16, 2017
1 parent 2b9d875 commit 073d7c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Alpha/Controller/PhpinfoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public function __construct()
self::$logger = new Logger('PhpinfoController');
self::$logger->debug('>>__construct()');

$config = ConfigProvider::getInstance();

// ensure that the super class constructor is called, indicating the rights group
parent::__construct('Admin');

Expand Down

0 comments on commit 073d7c5

Please sign in to comment.