mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed the charts, added some todo items.
This commit is contained in:
@@ -85,6 +85,7 @@ class Transaction extends Ardent
|
||||
*/
|
||||
public function connectPiggybank(\Piggybank $piggybank = null)
|
||||
{
|
||||
// TODO connect a piggy bank to a transaction.
|
||||
throw new NotImplementedException;
|
||||
// if (is_null($piggybank)) {
|
||||
// return true;
|
||||
|
Reference in New Issue
Block a user