We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a510d1b commit 09fa338Copy full SHA for 09fa338
1 file changed
src/UpdateScripts/AddToLoggingConfig.php
@@ -26,6 +26,5 @@ public function update()
26
'via' => \TransformStudios\Front\Logging\Logger::class,
27
'level' => ConfigWriter::f()->env('FRONT_LOGGING_LEVEL', 'error'),
28
])->save();
29
- dd('saved');
30
}
31
0 commit comments