mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Learned that I should not refer to env vars directly so I removed all references.
This commit is contained in:
@@ -54,7 +54,7 @@ class Installer
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
{
|
||||
if ('testing' === env('APP_ENV')) {
|
||||
if ('testing' === config('app.env')) {
|
||||
return $next($request);
|
||||
}
|
||||
$url = $request->url();
|
||||
|
||||
Reference in New Issue
Block a user