From 0a55e9fb4e5b080e93105cb6b3ae0424de616473 Mon Sep 17 00:00:00 2001 From: JC5 Date: Fri, 10 Oct 2025 21:22:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-10-10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Rules/IsValidSortInstruction.php | 4 ++-- config/firefly.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Rules/IsValidSortInstruction.php b/app/Rules/IsValidSortInstruction.php index 6194c6668b..66ed508fc3 100644 --- a/app/Rules/IsValidSortInstruction.php +++ b/app/Rules/IsValidSortInstruction.php @@ -32,7 +32,7 @@ class IsValidSortInstruction implements ValidationRule public function validate(string $attribute, mixed $value, Closure $fail): void { - $shortClass = str_replace('FireflyIII\Models\\', '', $this->class); + $shortClass = str_replace('FireflyIII\Models\\', '', $this->class); if (!is_string($value)) { $fail('validation.invalid_sort_instruction')->translate(['object' => $shortClass]); @@ -49,7 +49,7 @@ class IsValidSortInstruction implements ValidationRule return; } - $parts = explode(',', $value); + $parts = explode(',', $value); foreach ($parts as $i => $part) { $part = trim($part); if (strlen($part) < 2) { diff --git a/config/firefly.php b/config/firefly.php index 6984305564..ad18f33ef0 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-10-10', - 'build_time' => 1760116211, + 'build_time' => 1760124066, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.