chore: format

This commit is contained in:
Binyamin Yawitz
2024-09-03 19:32:30 -04:00
parent 686b5439a2
commit cedf3cf28d
10 changed files with 32 additions and 39 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ $global->set('logger', function () {
throw new Exception(Exception::GENERAL_SERVER_ERROR, "Logging provider not supported. Logging is disabled");
}
try{
try {
$adapter = match ($providerName) {
'sentry' => new Sentry($providerConfig['projectId'], $providerConfig['key'], $providerConfig['host']),
'logowl' => new LogOwl($providerConfig['ticket'], $providerConfig['host']),