mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Update Console class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-01-11 DariusIII
|
||||
* Chg: Update Console class
|
||||
* Chg: Declare categories table name in Category model
|
||||
* Chg: Update Steam class
|
||||
* Fix: Fix NameFixer Category model usage
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@ use ApaiIO\ResponseTransformer\XmlToSimpleXmlObject;
|
||||
*/
|
||||
class Console
|
||||
{
|
||||
const CONS_UPROC = 0; // Release has not been processed.
|
||||
const CONS_NTFND = -2;
|
||||
public const CONS_UPROC = 0; // Release has not been processed.
|
||||
public const CONS_NTFND = -2;
|
||||
|
||||
/**
|
||||
* @var \nntmux\db\DB
|
||||
|
||||
Reference in New Issue
Block a user