mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 07:55:51 -06:00
Parse error
This commit is contained in:
parent
7ebb68e36c
commit
d9849f60c0
@ -160,7 +160,7 @@ class JournalFormRequest extends Request
|
||||
*/
|
||||
private function getFieldOrEmptyString(string $field): string
|
||||
{
|
||||
$tring = $this->get($field) ?? ''
|
||||
$tring = $this->get($field) ?? '';
|
||||
return trim($string);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user