|
@@ -6,11 +6,9 @@ |
|
|
block discarded – undo |
|
6
|
6
|
|
|
7
|
7
|
use ApiClients\Client\PiHole\Resource\OverviewInterface; |
|
8
|
8
|
use ApiClients\Client\PiHole\Resource\Sync\Overview; |
|
9
|
|
-use ApiClients\Client\Skeleton\Resource\ExampleInterface; |
|
10
|
9
|
use ApiClients\Foundation\Factory as FoundationClientFactory; |
|
11
|
10
|
use React\EventLoop\Factory; |
|
12
|
11
|
use React\EventLoop\LoopInterface; |
|
13
|
|
-use Rx\React\Promise; |
|
14
|
12
|
use function ApiClients\Tools\Rx\setAsyncScheduler; |
|
15
|
13
|
use function Clue\React\Block\await; |
|
16
|
14
|
|
Please login to merge, or discard this patch.