mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-26 00:06:34 -06:00
Removed some todo's
This commit is contained in:
parent
36f6bda525
commit
13c2db5378
@ -351,9 +351,6 @@ class TransactionController extends BaseController
|
||||
*/
|
||||
public function update(TransactionJournal $journal)
|
||||
{
|
||||
/*
|
||||
* TODO if the piggybank_id is set to 0, does this undo all piggy bank event(s)?
|
||||
*/
|
||||
/** @var \FireflyIII\Database\TransactionJournal $repos */
|
||||
$repos = App::make('FireflyIII\Database\TransactionJournal');
|
||||
|
||||
|
@ -111,8 +111,8 @@ Event::subscribe('FireflyIII\Event\TransactionJournal');
|
||||
// direct calls to models are BAD
|
||||
// cleanup everything related to reminders because it still feels a bit sloppy.
|
||||
// use a Database\Reminder thing instead of self-made ORM.
|
||||
// TODO create static calls instead of all the App::make() things.
|
||||
// TODO see if the various has-many-throughs actually get used.
|
||||
// TODO set very tight rules on all models
|
||||
// TODO create custom uniquely rules.
|
||||
// create static calls instead of all the App::make() things.
|
||||
// see if the various has-many-throughs actually get used.
|
||||
// set very tight rules on all models
|
||||
// create custom uniquely rules.
|
||||
return $app;
|
||||
|
Loading…
Reference in New Issue
Block a user