mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Replaced Ardent with another package.
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
<?php
|
||||
namespace FireflyIII\Shared;
|
||||
|
||||
use LaravelBook\Ardent\Ardent;
|
||||
|
||||
/**
|
||||
* Class SingleTableInheritanceEntity
|
||||
*
|
||||
* @package FireflyIII\Shared
|
||||
*/
|
||||
abstract class SingleTableInheritanceEntity extends Ardent
|
||||
abstract class SingleTableInheritanceEntity extends \Eloquent
|
||||
{
|
||||
/**
|
||||
* must be overridden and set to true in subclasses
|
||||
|
||||
Reference in New Issue
Block a user