mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Changed the environment property name from "env" to "environment" in ActiveEnvironment.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# configurations.
|
||||
#
|
||||
# ( development | test | staging | production )
|
||||
$this->env = 'development';
|
||||
$this->environment = 'development';
|
||||
|
||||
|
||||
# Default server display mode - Overridden by host
|
||||
|
||||
Reference in New Issue
Block a user