mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Some more tests, don't know if they'll cover.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<?php
|
||||
|
||||
|
||||
class TransactionCurrency extends Eloquent {
|
||||
class TransactionCurrency extends Eloquent
|
||||
{
|
||||
|
||||
public function transactionJournals() {
|
||||
public static $factory
|
||||
= [
|
||||
'code' => 'string'
|
||||
];
|
||||
|
||||
public function transactionJournals()
|
||||
{
|
||||
return $this->hasMany('TransactionJournal');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user