diff --git a/Changelog b/Changelog index eb2ec46b2..ad21c1198 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/nntmux/Console.php b/nntmux/Console.php index 7cece1e3d..bbb3b7265 100755 --- a/nntmux/Console.php +++ b/nntmux/Console.php @@ -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