mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Better call to date.
This commit is contained in:
@@ -144,7 +144,7 @@ class RecurrenceFormRequest extends FormRequest
|
||||
*/
|
||||
public function rules(): array
|
||||
{
|
||||
$today = new Carbon;
|
||||
$today = today(config('app.timezone'));
|
||||
$tomorrow = Carbon::now()->addDay();
|
||||
$rules = [
|
||||
// mandatory info for recurrence.
|
||||
|
||||
Reference in New Issue
Block a user