From a437def22eb25cead67a6ffbd9b582dddd40e287 Mon Sep 17 00:00:00 2001 From: Roberto Guido Date: Tue, 7 May 2024 20:03:21 +0200 Subject: [PATCH] piccolo fix scemo --- code/app/Jobs/NotifyRemindOrder.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/app/Jobs/NotifyRemindOrder.php b/code/app/Jobs/NotifyRemindOrder.php index d087d07d..458543ec 100644 --- a/code/app/Jobs/NotifyRemindOrder.php +++ b/code/app/Jobs/NotifyRemindOrder.php @@ -24,6 +24,9 @@ public function __construct($orders_id) public function handle() { + $hub = app()->make('GlobalScopeHub'); + $gas = $hub->getGasObj(); + $aggregate_users = []; foreach($this->orders_id as $order_id) {