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

Commit

Permalink
Merge pull request #33 from irazasyed/fix-namespace
Browse files Browse the repository at this point in the history
Fix Namespace
  • Loading branch information
mpociot committed Dec 6, 2018
2 parents 564642a + 3559b7d commit 5e89f3a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Server/HttpServer.php
@@ -1,6 +1,6 @@
<?php

namespace BeyondCode\LaravelWebsockets\Server;
namespace BeyondCode\LaravelWebSockets\Server;

use Ratchet\Http\HttpServerInterface;

Expand Down
2 changes: 1 addition & 1 deletion src/Statistics/Events/StatisticsUpdated.php
@@ -1,6 +1,6 @@
<?php

namespace BeyondCode\LaravelWebsockets\Statistics\Events;
namespace BeyondCode\LaravelWebSockets\Statistics\Events;

use Illuminate\Queue\SerializesModels;
use Illuminate\Broadcasting\PrivateChannel;
Expand Down
2 changes: 1 addition & 1 deletion tests/Channels/ChannelTest.php
@@ -1,6 +1,6 @@
<?php

namespace BeyondCode\LaravelWebsockets\Tests\Channels;
namespace BeyondCode\LaravelWebSockets\Tests\Channels;

use BeyondCode\LaravelWebSockets\Tests\TestCase;
use BeyondCode\LaravelWebSockets\Tests\Mocks\Message;
Expand Down
2 changes: 1 addition & 1 deletion tests/Channels/PresenceChannelTest.php
@@ -1,6 +1,6 @@
<?php

namespace BeyondCode\LaravelWebsockets\Tests\Channels;
namespace BeyondCode\LaravelWebSockets\Tests\Channels;

use BeyondCode\LaravelWebSockets\Tests\TestCase;
use BeyondCode\LaravelWebSockets\Tests\Mocks\Message;
Expand Down
2 changes: 1 addition & 1 deletion tests/Channels/PrivateChannelTest.php
@@ -1,6 +1,6 @@
<?php

namespace BeyondCode\LaravelWebsockets\Tests\Channels;
namespace BeyondCode\LaravelWebSockets\Tests\Channels;

use BeyondCode\LaravelWebSockets\Tests\TestCase;
use BeyondCode\LaravelWebSockets\Tests\Mocks\Message;
Expand Down
2 changes: 1 addition & 1 deletion tests/Messages/PusherClientMessageTest.php
@@ -1,6 +1,6 @@
<?php

namespace BeyondCode\LaravelWebsockets\Tests\Messages;
namespace BeyondCode\LaravelWebSockets\Tests\Messages;

use BeyondCode\LaravelWebSockets\Tests\TestCase;
use BeyondCode\LaravelWebSockets\Tests\Mocks\Message;
Expand Down

0 comments on commit 5e89f3a

Please sign in to comment.