fixed format

This commit is contained in:
Eldad Fux
2025-03-15 14:43:51 +01:00
parent 167011ce87
commit 418185b914
+2 -2
View File
@@ -33,5 +33,5 @@ Config::load('storage-logos', __DIR__ . '/../config/storage/logos.php');
Config::load('storage-mimes', __DIR__ . '/../config/storage/mimes.php');
Config::load('storage-inputs', __DIR__ . '/../config/storage/inputs.php');
Config::load('storage-outputs', __DIR__ . '/../config/storage/outputs.php');
Config::load('runtime-specifications',__DIR__ . '/../config/runtimes/specifications.php');
Config::load('function-templates',__DIR__ . '/../config/function-templates.php');
Config::load('runtime-specifications', __DIR__ . '/../config/runtimes/specifications.php');
Config::load('function-templates', __DIR__ . '/../config/function-templates.php');