git -C '/home/opc/rocketa.git' show c8c5ba6 -- app/Http/Controllers/Admin/Ad.phpcommit c8c5ba61b1fb4c40e219ffbcf4e593c54f7d4ac6
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Dec 18 12:00:15 2025 +0900
メディア会員登録フロー変更
diff --git a/app/Http/Controllers/Admin/Ad.php b/app/Http/Controllers/Admin/Ad.php
index dd4b784..8270084 100644
--- a/app/Http/Controllers/Admin/Ad.php
+++ b/app/Http/Controllers/Admin/Ad.php
@@ -1807,7 +1807,6 @@ class Ad extends Controller
$content_type = $request->input('temp_thumbnail_content_type');
- //$destinationPath = '/ad_thumbnail';
$destinationPath = 'ad_material';
$image_name = $ad_id.'_'.date('YmdHis');