From defa6b27c2766dcce4feeb038ff1d3774853db43 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 20 Oct 2018 12:05:00 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/FollowTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/FollowTest.php b/tests/FollowTest.php index fddb8cf..73245c2 100644 --- a/tests/FollowTest.php +++ b/tests/FollowTest.php @@ -12,7 +12,6 @@ namespace Overtrue\LaravelFollow\Test; use Illuminate\Database\Eloquent\Model; -use Illuminate\Database\Eloquent\Relations\MorphToMany; use Overtrue\LaravelFollow\Follow; class FollowTest extends TestCase