fix test for flasher laravel

This commit is contained in:
Khoubza Younes
2020-12-06 19:11:13 +01:00
parent cc57c34071
commit 7c7eae857c
+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);
}