10 lines
91 B
PHP
10 lines
91 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
namespace BeyondCode\LaravelWebsockets\Tests\HttpApi;
|
||
|
|
|
||
|
|
|
||
|
|
class FetchChannelTest
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|