From 8b96453794fa8abdc16531bca28a477ef37e6b81 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 27 Sep 2023 17:32:55 +0000 Subject: [PATCH] fix tests --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 75d4b13..e94ddb1 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -1196,7 +1196,7 @@ final class ApiController extends Controller $css = ''; } - $css = \file_get_contents(__DIR__ . '/../../../Web/Backend/css/backend-small.css'); + $css = \file_get_contents(__DIR__ . '/../../../Web/Backend/css/backend-small.css'); if ($css === false) { $css = ''; // @codeCoverageIgnore }