Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit e9bb6da

Browse files
committed
Small fix
1 parent 30158ca commit e9bb6da

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/reqres/request.php

Lines changed: 3 additions & 2 deletions
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)