Replaced Ardent with another package.

This commit is contained in:
James Cole
2014-12-06 12:12:55 +01:00
parent f4ecf2d1aa
commit bb3ba42ce2
45 changed files with 329 additions and 772 deletions

View File

@@ -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