20231002

php artisan make:controller SummaryAccountListDownloadController
Route::get('/summaryaccountListdownload', [SummaryAccountListDownloadController::class, 'summaryaccountListdown']);

コメント