diff --git a/Changelog b/Changelog index b26443549..ed80ecbd1 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-01-11 DariusIII + * Chg: Use config key in place of env in firewall config file * Chg: Update install command and reduce code used * Chg: Simplify UpdateNNTmuxDB.php handle function, use native artisan commands without Symfony Process component * Chg: Update czproject/git-php to version 2.15.0 diff --git a/config/firewall.php b/config/firewall.php index 3f01a5e4f..812582210 100644 --- a/config/firewall.php +++ b/config/firewall.php @@ -275,7 +275,7 @@ return [ 'model' => PragmaRX\Firewall\Vendor\Laravel\Models\User::class, 'emails' => [ - env('ADMIN_EMAIL'), + config('nntmux.admin_email'), ], ],