Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Nov 19, 2023
1 parent 6686d5a commit 6b3fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgresLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* @extends Link<PostgresResult, PostgresStatement, PostgresTransaction>
*/
interface PostgresLink extends Link
interface PostgresLink extends Link, PostgresExecutor
{
/**
* @param non-empty-string $channel Channel name.
Expand Down

0 comments on commit 6b3fee5

Please sign in to comment.