Skip to content

Commit

Permalink
add time #2041 for magento 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Dec 4, 2024
1 parent a8a8ad2 commit a72dbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cron/GenerateStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function __construct(
public function execute()
{
$data = [];
$data['time'] = $this->helper->getGmtDate();
foreach ($this->storeManager->getStores() as $storeId => $val)
{
if ($this->helper->isMailChimpEnabled($storeId)) {
Expand Down

0 comments on commit a72dbd1

Please sign in to comment.