We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5455547 commit 9fb84f1Copy full SHA for 9fb84f1
examples/reddit-async.php
@@ -2,7 +2,7 @@
2
3
use React\EventLoop\Factory;
4
use Rx\Observer\CallbackObserver;
5
-use ApiClients\Pusher\AsyncClient;
+use ApiClients\Client\Pusher\AsyncClient;
6
7
require dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor/autoload.php';
8
examples/reddit-single.php
@@ -1,6 +1,6 @@
1
<?php declare(strict_types=1);
-use ApiClients\Pusher\Client;
+use ApiClients\Client\Pusher\Client;
examples/reddit.php
0 commit comments