Fix checkout config encoding

This commit is contained in:
2026-04-30 23:01:55 +02:00
parent b2fdce99ad
commit 503315202c
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php
declare(strict_types=1);
function kapvoe_env(string $key, ?string $default = null): string
@@ -57,4 +57,4 @@ return [
'internal_notification_log_path' => dirname(__DIR__) . '/data/internal-notifications.log',
'admin_tools_token' => kapvoe_env('KAPVOE_ADMIN_TOOLS_TOKEN'),
];
];