We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d09bd8 commit 3a1fed2Copy full SHA for 3a1fed2
tests/TestCase.php
@@ -5,14 +5,14 @@
5
use Collective\Html\FormFacade;
6
use Collective\Html\HtmlFacade;
7
use Collective\Html\HtmlServiceProvider;
8
-use Throwable;
9
use Exception;
10
use Illuminate\Contracts\Debug\ExceptionHandler;
11
use Illuminate\Support\Facades\Auth;
12
use Orchestra\Testbench\Exceptions\Handler;
13
use Studio\Totem\Providers\TotemServiceProvider;
14
use Studio\Totem\Totem;
15
use Studio\Totem\User;
+use Throwable;
16
17
class TestCase extends \Orchestra\Testbench\TestCase
18
{
0 commit comments