From 42936c656c70dc39d71dae7e79a487a716f2b1a6 Mon Sep 17 00:00:00 2001 From: Sjors Ottjes Date: Fri, 6 Sep 2019 08:17:43 +0200 Subject: [PATCH] style --- tests/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 5fa7829c..207faccb 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -2,9 +2,9 @@ namespace Tests; -use Illuminate\Contracts\Console\Kernel; use PHPUnit\Runner\AfterLastTestHook; use PHPUnit\Runner\BeforeFirstTestHook; +use Illuminate\Contracts\Console\Kernel; class Bootstrap implements BeforeFirstTestHook, AfterLastTestHook {