mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Fix some things with the update checker.
This commit is contained in:
@@ -136,8 +136,8 @@ class DebugController extends Controller
|
||||
$errorReporting = $this->errorReporting((int)ini_get('error_reporting'));
|
||||
$appEnv = env('APP_ENV', '');
|
||||
$appDebug = var_export(env('APP_DEBUG', false), true);
|
||||
$logChannel = env('LOG_CHANNEL', '');
|
||||
$appLogLevel = env('APP_LOG_LEVEL', '');
|
||||
$logChannel = env('LOG_CHANNEL', '');
|
||||
$appLogLevel = env('APP_LOG_LEVEL', 'info');
|
||||
$packages = $this->collectPackages();
|
||||
$cacheDriver = env('CACHE_DRIVER', 'unknown');
|
||||
|
||||
|
Reference in New Issue
Block a user