mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-13 09:32:48 -06:00
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
This commit is contained in:
commit
7735402f54
@ -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