-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Too few arguments to function App\Http\Controllers\EditorController::fileDownload(), 1 passed in xpressengine/vendor/laravel/framework/src/Illuminate/Routing/Controller.php on line 54 and exactly 2 expected
뷰
| <a href="{{ route('editor.file.download', ['instanceId' => $item->instance_id, 'fileId' => $file->id]) }}"> |
뷰에서 route 함수의 'fileId'를 'id'로 바꿔주면 해결될 것으로 보임.