mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 04:21:20 +00:00
Some new code, transaction groups among them.
This commit is contained in:
7
app/models/TransactionRelation.php
Normal file
7
app/models/TransactionRelation.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
use Carbon\Carbon;
|
||||
use LaravelBook\Ardent\Ardent;
|
||||
|
||||
class TransactionRelation extends Ardent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user