From 4bb454c5454c59c0a2e097edfd376d750c46d9a4 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 29 May 2016 13:52:48 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20Style=20CI,=20didn=E2=80=99t=20occur=20to?= =?UTF-8?q?=20me=20models=20exist=20in=20the=20same=20namespace,=20so=20we?= =?UTF-8?q?=20don=E2=80=99t=20need=20to=20import=20them=20with=20`use`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Note.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Note.php b/app/Note.php index 2e8c53c7..998afea8 100644 --- a/app/Note.php +++ b/app/Note.php @@ -2,7 +2,6 @@ namespace App; -use App\Tag; use Normalizer; use Jonnybarnes\IndieWeb\Numbers; use Illuminate\Database\Eloquent\Model;