mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
Some tiny optimisations.
This commit is contained in:
parent
22f4d2979a
commit
571e7df807
@ -7,6 +7,7 @@ use Log;
|
|||||||
/**
|
/**
|
||||||
* Class RescanJournal
|
* Class RescanJournal
|
||||||
*
|
*
|
||||||
|
* @codeCoverageIgnore
|
||||||
* @package FireflyIII\Handlers\Events
|
* @package FireflyIII\Handlers\Events
|
||||||
*/
|
*/
|
||||||
class RescanJournal
|
class RescanJournal
|
||||||
|
@ -6,6 +6,7 @@ use FireflyIII\Models\PiggyBankEvent;
|
|||||||
/**
|
/**
|
||||||
* Class UpdateJournalConnection
|
* Class UpdateJournalConnection
|
||||||
*
|
*
|
||||||
|
* @codeCoverageIgnore
|
||||||
* @package FireflyIII\Handlers\Events
|
* @package FireflyIII\Handlers\Events
|
||||||
*/
|
*/
|
||||||
class UpdateJournalConnection
|
class UpdateJournalConnection
|
||||||
|
@ -46,8 +46,6 @@ class ReminderHelper implements ReminderHelperInterface
|
|||||||
'leftToSave' => $left,
|
'leftToSave' => $left,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
// create one:
|
|
||||||
$reminder = new Reminder;
|
$reminder = new Reminder;
|
||||||
$reminder->user()->associate(Auth::user());
|
$reminder->user()->associate(Auth::user());
|
||||||
$reminder->startdate = $start;
|
$reminder->startdate = $start;
|
||||||
|
Loading…
Reference in New Issue
Block a user