mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Cast all translations to strings.
This commit is contained in:
@@ -41,7 +41,7 @@ class ValidRecurrenceRepetitionValue implements Rule
|
||||
*/
|
||||
public function message(): string
|
||||
{
|
||||
return trans('validation.valid_recurrence_rep_type');
|
||||
return (string)trans('validation.valid_recurrence_rep_type');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user