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