mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
By default `detectEnvironment()` returns `production` when environment is not detected. However when `Closure` is passed the value returned by it will be set as environment. In this case returning `null` means that Laravel won't recognize any environment. In such situation any `production` configs won't be loaded.