fix test for flasher laravel

This commit is contained in:
Khoubza Younes
2020-12-06 19:11:13 +01:00
parent 97570ea4c6
commit 30f0f2a774
+5
View File
@@ -25,4 +25,9 @@ interface StorageInterface
* Remove all notifications from the storage
*/
public function clear();
/**
* @param Envelope|Envelope[] $envelopes
*/
public function update($envelopes);
}