From d1f4ded7060c9e19cbf68accc697d8cdab08a1f3 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 12 Mar 2019 22:17:11 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- app/Models/Category.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Category.php b/app/Models/Category.php index 4e2715477..e6af7233d 100644 --- a/app/Models/Category.php +++ b/app/Models/Category.php @@ -2,7 +2,6 @@ namespace App\Models; -use App\Models\RootCategory; use Watson\Rememberable\Rememberable; use Illuminate\Database\Eloquent\Model;