Skip to content

Commit 3a1fed2

Browse files
committed
[fix] move Throwable import statement to the bottom to comply with styleci rules
1 parent 2d09bd8 commit 3a1fed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
use Collective\Html\FormFacade;
66
use Collective\Html\HtmlFacade;
77
use Collective\Html\HtmlServiceProvider;
8-
use Throwable;
98
use Exception;
109
use Illuminate\Contracts\Debug\ExceptionHandler;
1110
use Illuminate\Support\Facades\Auth;
1211
use Orchestra\Testbench\Exceptions\Handler;
1312
use Studio\Totem\Providers\TotemServiceProvider;
1413
use Studio\Totem\Totem;
1514
use Studio\Totem\User;
15+
use Throwable;
1616

1717
class TestCase extends \Orchestra\Testbench\TestCase
1818
{

0 commit comments

Comments
 (0)