prooph / event-store-http-client

PHP 7.2 Event Store HTTP Client Implementation
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

Missing classes #7

Closed enumag closed 5 years ago

enumag commented 5 years ago

There are some undefined classes from Prooph\EventStore\ namespace used in the code but they are not present in this package nor included as a composer dependency.

Example: https://github.com/prooph/event-store-http-client/blob/52947b07e2d569bc7c90e46f3c1928116c6f02c1/src/ClientOperations/PersistentSubscriptionOperations.php#L18-L21

prolic commented 5 years ago

Yep, that's a left-over from porting the code, I missed that.