$title, 'type' => $type, 'payment_method' => $method, 'come_from' => $come_from, 'description' => $description, 'morphable_id' => $class->id, 'morphable_type' => get_class($class), 'amount' => $amount, 'transaction_date' => $date, 'created_by' => $creator, ]); } }