Removed some old code, added todo's.

This commit is contained in:
James Cole
2014-11-17 20:55:31 +01:00
parent 696e9a6fde
commit 15e99bd672
10 changed files with 62 additions and 38 deletions

View File

@@ -81,6 +81,11 @@ class Piggybank extends Ardent
}
public function reminders()
{
return $this->morphMany('Reminder', 'remembersable');
}
/**
* TODO remove this method in favour of something in the FireflyIII libraries.
*