whereKey($this->storeId) ->where('status', WooStore::STATUS_ACTIVE) ->first(); if (! $store) { return; } $counts = $sync->syncAll($store); Log::info('Woo store bootstrap sync completed', [ 'store_id' => $store->id, 'counts' => $counts, ]); } }