From 8d5e71ce44ac9e1417ebcd37f9178291665b29aa Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Mon, 3 Jul 2017 08:20:39 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/FractalTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/FractalTest.php b/tests/FractalTest.php index 0470214..4fa0573 100644 --- a/tests/FractalTest.php +++ b/tests/FractalTest.php @@ -2,10 +2,10 @@ namespace Spatie\Fractalistic\Test; +use Spatie\Fractalistic\Fractal; use League\Fractal\Pagination\Cursor; -use League\Fractal\Serializer\JsonApiSerializer; use Spatie\Fractalistic\ArraySerializer; -use Spatie\Fractalistic\Fractal; +use League\Fractal\Serializer\JsonApiSerializer; class FractalTest extends TestCase {