From 5e08461385de8cfacbaa468c1616a8dc0740707b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 1 Sep 2017 21:22:55 +0200 Subject: [PATCH] Fix broken dev installation. --- app/Models/Bill.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Bill.php b/app/Models/Bill.php index 91a5600200..e3130d8962 100644 --- a/app/Models/Bill.php +++ b/app/Models/Bill.php @@ -17,6 +17,7 @@ use Crypt; 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; use Watson\Validating\ValidatingTrait;