Browse Source

[PHP/ripple] Sync the update of the Ripple (#10223)

* Sync the update of the Ripple

* Sync the update of the Ripple
cclilshy 1 month ago
parent
commit
e6c7d05c1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/ripple/server.php

+ 1 - 1
frameworks/PHP/ripple/server.php

@@ -5,7 +5,7 @@ include __DIR__ . '/vendor/autoload.php';
 use Ripple\Database\Interface\AbstractResultSet;
 use Ripple\Database\MySQL\Client;
 use Ripple\Net\Http\Server;
-use Ripple\Net\Http\Server\Request;
+use Ripple\Net\Http\Request;
 use Ripple\Sync\Channel;
 use Ripple\Sync\WaitGroup;
 use Ripple\Worker;