mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Update requests to use uniform methods.
This commit is contained in:
@@ -38,7 +38,7 @@ class CategoryFormRequest extends Request
|
||||
public function getCategoryData(): array
|
||||
{
|
||||
return [
|
||||
'name' => trim($this->input('name')),
|
||||
'name' => $this->getFieldOrEmptyString('name'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user