mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Cast all translations to strings.
This commit is contained in:
@@ -86,7 +86,7 @@ class ChooseAccountsHandler implements BunqJobConfigurationInterface
|
||||
}
|
||||
if (\count($mapping) === 0) {
|
||||
$messages = new MessageBag;
|
||||
$messages->add('nomap', trans('import.bunq_no_mapping'));
|
||||
$messages->add('nomap', (string)trans('import.bunq_no_mapping'));
|
||||
|
||||
return $messages;
|
||||
}
|
||||
|
Reference in New Issue
Block a user