mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-26 16:26:35 -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)
|
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 */
|
/** @var \FireflyIII\Database\TransactionJournal $repos */
|
||||||
$repos = App::make('FireflyIII\Database\TransactionJournal');
|
$repos = App::make('FireflyIII\Database\TransactionJournal');
|
||||||
|
|
||||||
|
@ -111,8 +111,8 @@ Event::subscribe('FireflyIII\Event\TransactionJournal');
|
|||||||
// direct calls to models are BAD
|
// direct calls to models are BAD
|
||||||
// cleanup everything related to reminders because it still feels a bit sloppy.
|
// cleanup everything related to reminders because it still feels a bit sloppy.
|
||||||
// use a Database\Reminder thing instead of self-made ORM.
|
// use a Database\Reminder thing instead of self-made ORM.
|
||||||
// TODO create static calls instead of all the App::make() things.
|
// create static calls instead of all the App::make() things.
|
||||||
// TODO see if the various has-many-throughs actually get used.
|
// see if the various has-many-throughs actually get used.
|
||||||
// TODO set very tight rules on all models
|
// set very tight rules on all models
|
||||||
// TODO create custom uniquely rules.
|
// create custom uniquely rules.
|
||||||
return $app;
|
return $app;
|
||||||
|
Loading…
Reference in New Issue
Block a user