diff --git a/src/Testing/HttpKernel.php b/tests/HttpKernel.php similarity index 98% rename from src/Testing/HttpKernel.php rename to tests/HttpKernel.php index 88553ec7..120e6a69 100644 --- a/src/Testing/HttpKernel.php +++ b/tests/HttpKernel.php @@ -1,6 +1,6 @@ singleton('Illuminate\Contracts\Http\Kernel', \Stancl\Tenancy\Testing\HttpKernel::class); + $app->singleton('Illuminate\Contracts\Http\Kernel', HttpKernel::class); } }