mirror of
https://github.com/danog/sql.git
synced 2024-11-26 12:04:44 +01:00
Update for Stream to Pipeline name change
This commit is contained in:
parent
0c403bb4ca
commit
e7f7265a28
@ -3,9 +3,9 @@
|
||||
namespace Amp\Sql;
|
||||
|
||||
use Amp\Promise;
|
||||
use Amp\Stream;
|
||||
use Amp\Pipeline;
|
||||
|
||||
interface Result extends Stream
|
||||
interface Result extends Pipeline
|
||||
{
|
||||
/**
|
||||
* Promise returned resolves with a map (associative array) of column-names to column-values for each row in the
|
||||
|
Loading…
Reference in New Issue
Block a user