🤖 Auto commit for release 'develop' on 2025-11-03

This commit is contained in:
JC5
2025-11-03 20:54:02 +01:00
parent 9bd294257b
commit f000f96b00
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2025-11-03', 'version' => 'develop/2025-11-03',
'build_time' => 1762197101, 'build_time' => 1762199520,
'api_version' => '2.1.0', // field is no longer used. 'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used. 'db_version' => 28, // field is no longer used.

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
use Illuminate\Auth\AuthenticationException; use Illuminate\Auth\AuthenticationException;
/** /*
* Sentry Laravel SDK configuration file. * Sentry Laravel SDK configuration file.
* *
* @see https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/ * @see https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/