mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
fix: notifications
This commit is contained in:
@@ -42,7 +42,8 @@ class TriggerRecurrenceRequest extends FormRequest
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getAll(): array {
|
||||
public function getAll(): array
|
||||
{
|
||||
return [
|
||||
'date' => $this->getCarbonDate('date'),
|
||||
];
|
||||
@@ -53,7 +54,8 @@ class TriggerRecurrenceRequest extends FormRequest
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array {
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'date' => 'required|date',
|
||||
];
|
||||
|
Reference in New Issue
Block a user