Apply fixes from StyleCI (#466)

This commit is contained in:
rennokki 2020-08-17 21:18:55 +03:00 committed by GitHub
parent 09776a1828
commit 871c942dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
namespace BeyondCode\LaravelWebSockets\Dashboard; namespace BeyondCode\LaravelWebSockets\Dashboard;
use BeyondCode\LaravelWebSockets\WebSockets\Channels\ChannelManager; use BeyondCode\LaravelWebSockets\WebSockets\Channels\ChannelManager;
use Ratchet\ConnectionInterface;
use stdClass;
class DashboardLogger class DashboardLogger
{ {