X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/33a2999a57854495fcea8c1acf1b75b04a28a0bf..refs/pull/3039/head:/tests/CreatesApplication.php diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php index 42a5da2d1..b1cefbb65 100644 --- a/tests/CreatesApplication.php +++ b/tests/CreatesApplication.php @@ -1,4 +1,6 @@ -make(Kernel::class)->bootstrap(); + return $app; } -} \ No newline at end of file +}