From adbdeb21a427e1aaeb9a4c7f0097ff4560600371 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 25 May 2022 18:27:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Spot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Spot.php b/app/Spot.php index e59dd35..8a610c6 100755 --- a/app/Spot.php +++ b/app/Spot.php @@ -4,7 +4,6 @@ use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\SoftDeletes; -use Illuminate\Support\Facades\Auth; class Spot extends Model {