wip
This commit is contained in:
parent
cb29ac896b
commit
e993457a80
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue