This commit is contained in:
freek 2018-12-04 09:40:45 +01:00
parent cb29ac896b
commit e993457a80
1 changed files with 1 additions and 0 deletions

View File

@ -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();
});