Created
December 2, 2018 11:49
-
-
Save bakura10/9e755e18a75b30859f8c1b90d0e10bdb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach ($products as $index => $product) { | |
$this->messageQueue->push(new DelayedMessage('product.validate_stock', [ | |
'product' => $product['id'] | |
], $index); | |
} | |
$this->messageQueue->flush(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment