From e7f7265a2852fa2b861405335d656c73f9e83dd3 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 28 Aug 2020 11:37:54 -0500 Subject: [PATCH] Update for Stream to Pipeline name change --- src/Result.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Result.php b/src/Result.php index bfa5fdc..22c2652 100644 --- a/src/Result.php +++ b/src/Result.php @@ -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