Skip to content

Commit

Permalink
Update ListenNotify.php
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan authored Nov 22, 2018
1 parent 0d143f9 commit 790d310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ListenNotify.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
$client = new PgAsync\Client([
'host' => '127.0.0.1',
'port' => '5432',
'user' => 'daviddan',
'database' => 'postgres',
'user' => 'matt',
'database' => 'matt',
]);

$client->listen('some_channel')
Expand Down

0 comments on commit 790d310

Please sign in to comment.