mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Is now capable of updating transactions over the API.
This commit is contained in:
@@ -170,6 +170,9 @@ class Request extends FormRequest
|
||||
if (null === $string) {
|
||||
return null;
|
||||
}
|
||||
if ('' === $string) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (int)$string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user