app/Http/Controllers/ReceiptController.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 24s

This commit is contained in:
y.higashide 2026-01-21 17:25:33 +09:00
parent e5e8ef5a75
commit 29ce166b4d

View File

@ -181,7 +181,6 @@ class ReceiptController extends Controller
$krgmStoragePath = config('app.krgm_storage_path');
$linkPath = public_path('other-storage');
dd($linkPath);
if (!file_exists($linkPath)) {
symlink($krgmStoragePath, $linkPath);
}