From e993457a801dafa6c2280437f2246e44d56143a1 Mon Sep 17 00:00:00 2001 From: freek Date: Tue, 4 Dec 2018 09:40:45 +0100 Subject: [PATCH] wip --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index de9b78d..96c0875 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -29,6 +29,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase $this->channelManager = app(ChannelManager::class); + /** TODO: make this work without middleware prefix */ Route::middleware('App\Http\Controllers')->group(function() { Route::webSockets(); });