mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
fix test for flasher laravel
This commit is contained in:
@@ -25,4 +25,9 @@ interface StorageInterface
|
||||
* Remove all notifications from the storage
|
||||
*/
|
||||
public function clear();
|
||||
|
||||
/**
|
||||
* @param Envelope|Envelope[] $envelopes
|
||||
*/
|
||||
public function update($envelopes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user