Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 9, 2023
1 parent c454739 commit 94203c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/php/websocket/unittest/ProtocolTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use test\{Assert, Before, Test};
use websocket\{Dispatch, Environment, Listeners, Logging};
use xp\ws\{Events, Protocol};
use xp\websockets\{Events, Protocol};

class ProtocolTest {
const ID= 42;
Expand Down

0 comments on commit 94203c0

Please sign in to comment.