mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Whoops ;)
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) ?? '';
|
$string = $this->get($field) ?? '';
|
||||||
return trim($string);
|
return trim($string);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user