mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Fixed definition of Request->nullableNlString
Typo introduced in f8cb5ca21c
This commit is contained in:
parent
28bc684d74
commit
61796552b1
@ -244,7 +244,7 @@ class Request extends FormRequest
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function nullableNlString(string $field): string
|
||||
public function nullableNlString(string $field): ?string
|
||||
{
|
||||
if (!$this->has($field)) {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user