mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Make request code more uniform.
This commit is contained in:
@@ -38,7 +38,7 @@ class CategoryFormRequest extends Request
|
||||
public function getCategoryData(): array
|
||||
{
|
||||
return [
|
||||
'name' => $this->getFieldOrEmptyString('name'),
|
||||
'name' => $this->string('name'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user