mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Clean up content seeder and tests.
This commit is contained in:
@@ -29,7 +29,7 @@ class TransactionJournal extends Eloquent
|
||||
public function budgets()
|
||||
{
|
||||
return $this->belongsToMany(
|
||||
'Budget', 'budget_transaction_journal', 'transaction_journal_id', 'budget_id'
|
||||
'Budget'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ class TransactionJournal extends Eloquent
|
||||
public function categories()
|
||||
{
|
||||
return $this->belongsToMany(
|
||||
'Category', 'category_transaction_journal', 'transaction_journal_id', 'category_id'
|
||||
'Category'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user