Skip to content

Commit 447aeb6

Browse files
committed
move server to swoole folder
1 parent a802674 commit 447aeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/servers/SwooleServer.php renamed to src/Ubiquity/servers/swoole/SwooleServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Ubiquity\servers;
2+
namespace Ubiquity\servers\swoole;
33

44
use Swoole\Http\Server;
55
use Swoole\Http\Request;

0 commit comments

Comments
 (0)