Fix checkout config encoding
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
function kapvoe_env(string $key, ?string $default = null): string
|
function kapvoe_env(string $key, ?string $default = null): string
|
||||||
@@ -57,4 +57,4 @@ return [
|
|||||||
'internal_notification_log_path' => dirname(__DIR__) . '/data/internal-notifications.log',
|
'internal_notification_log_path' => dirname(__DIR__) . '/data/internal-notifications.log',
|
||||||
|
|
||||||
'admin_tools_token' => kapvoe_env('KAPVOE_ADMIN_TOOLS_TOKEN'),
|
'admin_tools_token' => kapvoe_env('KAPVOE_ADMIN_TOOLS_TOKEN'),
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user