Skip to content

Commit 41458f5

Browse files
committed
Add missing interface method
1 parent e6361a5 commit 41458f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Client/Endpoint/ProductEndpointInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
/**
1313
* @extends EndpointInterface<Product>
1414
* @extends CreatableEndpointInterface<Product>
15+
* @extends UpdatableEndpointInterface<Product>
1516
*/
16-
interface ProductEndpointInterface extends EndpointInterface, CreatableEndpointInterface, DeletableEndpointInterface
17+
interface ProductEndpointInterface extends EndpointInterface, CreatableEndpointInterface, DeletableEndpointInterface, UpdatableEndpointInterface
1718
{
1819
/**
1920
* @return PaginatedCollection<Product>

0 commit comments

Comments
 (0)