$stockable->getMorphClass(), 'stockable_id' => $stockable->id, 'type' => $type, 'source_type' => $source?->getMorphClass(), 'source_id' => $source?->id, 'quantity' => $quantity, 'stock_before' => $stockBefore, 'stock_after' => $stockAfter, 'stock_quality' => $stockQuality, 'description' => $description, 'user_id' => $user?->id ?? auth()->id(), ]); } }