mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
Update requests to use uniform methods.
This commit is contained in:
@@ -37,7 +37,7 @@ class BudgetFormRequest extends Request
|
||||
public function getBudgetData(): array
|
||||
{
|
||||
return [
|
||||
'name' => trim($this->input('name')),
|
||||
'name' => $this->getFieldOrEmptyString('name'),
|
||||
'active' => intval($this->input('active')) == 1,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user