From 3d08f37a9e8b4a3757fec4abab9651020fc5bb29 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 12 Mar 2018 09:24:35 +0100 Subject: [PATCH] Remove reference to non used and non existing config folder --- Changelog | 1 + app/Console/Commands/UpdateNNTmux.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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. *