From d201b0b0998187d261795516c993fdb1c6ca3d72 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 22 May 2024 16:44:30 +0300 Subject: [PATCH] updating composer --- app/controllers/shared/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 54f9da27c1..1afd6b652e 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -738,4 +738,4 @@ App::init() if (System::getEnv('_APP_USAGE_STATS', 'enabled') !== 'enabled') { throw new Exception(Exception::GENERAL_USAGE_DISABLED); } - }); \ No newline at end of file + });