Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit e993457

Browse files
committed
wip
1 parent cb29ac8 commit e993457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function setUp()
2929

3030
$this->channelManager = app(ChannelManager::class);
3131

32+
/** TODO: make this work without middleware prefix */
3233
Route::middleware('App\Http\Controllers')->group(function() {
3334
Route::webSockets();
3435
});

0 commit comments

Comments
 (0)