From e7c39651a2c670ecad0567f90efb80c39a5ff7d2 Mon Sep 17 00:00:00 2001 From: Leonel Elimpe Date: Sun, 8 Dec 2019 16:04:16 +0100 Subject: [PATCH] Remove reference to App\Reputation Removes the import of App\Reputation which isn't found in the codebase. --- tests/Feature/ReputationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/ReputationTest.php b/tests/Feature/ReputationTest.php index 3ae58fb..10d35fe 100644 --- a/tests/Feature/ReputationTest.php +++ b/tests/Feature/ReputationTest.php @@ -4,7 +4,6 @@ use App\Reply; use App\Thread; -use App\Reputation; use Tests\TestCase; use Illuminate\Foundation\Testing\RefreshDatabase;