From 30f0f2a774dd9c4e2c33ff1d33bd18575e57562c Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 6 Dec 2020 19:11:13 +0100 Subject: [PATCH] fix test for flasher laravel --- Storage/StorageInterface.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Storage/StorageInterface.php b/Storage/StorageInterface.php index 714ac135..2d098f91 100644 --- a/Storage/StorageInterface.php +++ b/Storage/StorageInterface.php @@ -25,4 +25,9 @@ interface StorageInterface * Remove all notifications from the storage */ public function clear(); + + /** + * @param Envelope|Envelope[] $envelopes + */ + public function update($envelopes); }