Skip to content

Commit e54b38c

Browse files
committed
add event with product was updated in DB
1 parent c6c8bd4 commit e54b38c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace DescomMarket\Common\Events\Catalog\Products;
4+
5+
/**
6+
* El producto ha sido actualizado en la base de datos y está listo para ser publicado
7+
*/
8+
class ProductUpdatedToPublished
9+
{
10+
public function __construct(public readonly int $productId)
11+
{
12+
}
13+
}

0 commit comments

Comments
 (0)