Some tiny optimisations.

This commit is contained in:
James Cole
2015-05-12 20:51:03 +02:00
parent 22f4d2979a
commit 571e7df807
3 changed files with 2 additions and 2 deletions

View File

@@ -46,8 +46,6 @@ class ReminderHelper implements ReminderHelperInterface
'leftToSave' => $left,
];
// create one:
$reminder = new Reminder;
$reminder->user()->associate(Auth::user());
$reminder->startdate = $start;