Include softdelete

This commit is contained in:
James Cole
2018-06-20 21:16:42 +02:00
parent 18f779c6de
commit 1222184b68
6 changed files with 11 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ use FireflyIII\User;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\SoftDeletes;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
@@ -59,6 +60,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
*/
class Recurrence extends Model
{
use SoftDeletes;
/**
* The attributes that should be casted to native types.
*