diff --git a/tests/TestCase.php b/tests/TestCase.php index 49b80fc274bc..99f618c681db 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,19 +1,21 @@ make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); + return $app; + } +} \ No newline at end of file