mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Revert last change
This commit is contained in:
@@ -37,13 +37,9 @@ class Configure
|
||||
],
|
||||
];
|
||||
|
||||
public function __construct($environment = '')
|
||||
public function __construct($environment = 'indexer')
|
||||
{
|
||||
if (empty($environment)) {
|
||||
$this->loadEnvironment('indexer');
|
||||
} else {
|
||||
$this->loadEnvironment($environment);
|
||||
}
|
||||
$this->loadEnvironment($environment);
|
||||
}
|
||||
|
||||
private function loadEnvironment($environment)
|
||||
|
||||
Reference in New Issue
Block a user