mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Fix for #1728
This commit is contained in:
@@ -92,7 +92,7 @@ class Request extends FormRequest
|
||||
*/
|
||||
public function string(string $field): string
|
||||
{
|
||||
return app('steam')->cleanString($this->get($field) ?? '');
|
||||
return app('steam')->cleanString((string)($this->get($field) ?? ''));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user