diff --git a/Changelog b/Changelog index 99dd7e2ba..c75822cc5 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-12 DariusIII + * Chg: Remove reference to non used and non existing config folder * Chg: Update config/logging with new options (bubble, permission and locking) 2018-03-11 DariusIII * Chg: Update laravel/scout to version 4.0.2 diff --git a/app/Console/Commands/UpdateNNTmux.php b/app/Console/Commands/UpdateNNTmux.php index 7db9b41cd..ea1cf1fe8 100644 --- a/app/Console/Commands/UpdateNNTmux.php +++ b/app/Console/Commands/UpdateNNTmux.php @@ -7,8 +7,6 @@ use Ytake\LaravelSmarty\Smarty; class UpdateNNTmux extends Command { - const UPDATES_FILE = NN_CONFIGS.'updates.json'; - /** * The name and signature of the console command. *