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