mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Replaced Ardent with another package.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<?php
|
||||
use Carbon\Carbon;
|
||||
use LaravelBook\Ardent\Ardent;
|
||||
|
||||
/**
|
||||
* TransactionRelation
|
||||
*
|
||||
*/
|
||||
class TransactionRelation extends Ardent {
|
||||
class TransactionRelation extends Eloquent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user