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/