laravel-websockets/tests/HttpApi/FetchUsersReplicationTest.php

11 lines
172 B
PHP

<?php
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
use BeyondCode\LaravelWebSockets\Tests\TestCase;
class FetchUsersReplicationTest extends TestCase
{
//
}