Skip to content

Commit e9bb6da

Browse files
committed
Small fix
1 parent 30158ca commit e9bb6da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/reqres/request.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
22
require_once __DIR__.'/../../vendor/autoload.php';
33

4-
$client = new \Nats\Connection();
4+
use Nats\Connection;
5+
6+
$client = new Connection();
57
$client->connect();
68

7-
// Simple Publisher.
89
// Request.
910
$client->request(
1011
'foo',

0 commit comments

Comments
 (0)