mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Some tiny optimisations.
This commit is contained in:
@@ -46,8 +46,6 @@ class ReminderHelper implements ReminderHelperInterface
|
||||
'leftToSave' => $left,
|
||||
];
|
||||
|
||||
|
||||
// create one:
|
||||
$reminder = new Reminder;
|
||||
$reminder->user()->associate(Auth::user());
|
||||
$reminder->startdate = $start;
|
||||
|
Reference in New Issue
Block a user