mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
More cleanup and php doc stuff.
This commit is contained in:
@@ -22,7 +22,10 @@ class TransactionCurrency extends Eloquent
|
||||
'code' => 'string'
|
||||
];
|
||||
|
||||
public function transactionJournals()
|
||||
/**
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
*/
|
||||
public function transactionjournals()
|
||||
{
|
||||
return $this->hasMany('TransactionJournal');
|
||||
}
|
||||
|
Reference in New Issue
Block a user