From f000f96b00eaa1768313f66d05795183c7f5f82f Mon Sep 17 00:00:00 2001 From: JC5 Date: Mon, 3 Nov 2025 20:54:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-11-03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/firefly.php | 2 +- config/sentry.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index 0df50fce02..7a7d022a7b 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-11-03', - 'build_time' => 1762197101, + 'build_time' => 1762199520, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used. diff --git a/config/sentry.php b/config/sentry.php index d91723d47d..fbda6afc06 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -4,7 +4,7 @@ declare(strict_types=1); use Illuminate\Auth\AuthenticationException; -/** +/* * Sentry Laravel SDK configuration file. * * @see https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/