Skip to content

Commit ab56dc7

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
rebasing
1 parent a19b913 commit ab56dc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/chat/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ CHANGELOG
44
0.1
55
---
66

7-
=======
8-
* Introduce the component
9-
* Add support for external message stores:
7+
* Introduce the component
8+
* Add support for external message stores:
109
- Symfony Cache
1110
- Cloudflare
1211
- Doctrine

src/chat/src/Bridge/Cloudflare/MessageStore.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* @author Guillaume Loulier <personal@guillaumeloulier.fr>
3131
*/
3232
final class MessageStore implements ManagedStoreInterface, MessageStoreInterface, StreamableStoreInterface
33+
3334
{
3435
public function __construct(
3536
private readonly HttpClientInterface $httpClient,

0 commit comments

Comments
 (0)