mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New chart and lots of stuff for piggy banks
This commit is contained in:
		| @@ -41,4 +41,12 @@ class PiggybankEvent extends Ardent | ||||
|         return $this->belongsTo('Piggybank'); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @return \Illuminate\Database\Eloquent\Relations\BelongsTo | ||||
|      */ | ||||
|     public function transactionJournal() | ||||
|     { | ||||
|         return $this->belongsTo('TransactionJournal'); | ||||
|     } | ||||
|  | ||||
| }  | ||||
		Reference in New Issue
	
	Block a user