Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 5725c70

Browse files
committed
fix syntax error
1 parent 84be9cb commit 5725c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/websocket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Illuminate\Http\Request
3+
use Illuminate\Http\Request;
44
use SwooleTW\Http\Websocket\Facades\Websocket;
55

66
/*

0 commit comments

Comments
 (0)