mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Fix path to constants.php in Command.php
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
namespace app\extensions\console;
|
||||
|
||||
|
||||
use lithium\data\DocumentSchema;
|
||||
|
||||
class Command extends \lithium\console\Command
|
||||
{
|
||||
protected $_classes = [
|
||||
@@ -31,7 +33,7 @@ class Command extends \lithium\console\Command
|
||||
{
|
||||
$defaults = ['request' => null, 'response' => [], 'classes' => $this->_classes];
|
||||
parent::__construct($config + $defaults);
|
||||
require_once NN_ROOT . 'constants.php';
|
||||
require_once NN_LIB . 'constants.php';
|
||||
}
|
||||
|
||||
public function info($text)
|
||||
|
||||
Reference in New Issue
Block a user