Use config key in place of env in firewall config file

This commit is contained in:
DariusIII
2019-01-11 14:38:17 +01:00
parent b23d80ce21
commit 2763f800df
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -275,7 +275,7 @@ return [
'model' => PragmaRX\Firewall\Vendor\Laravel\Models\User::class,
'emails' => [
env('ADMIN_EMAIL'),
config('nntmux.admin_email'),
],
],