@@ -48,7 +48,6 @@ discard block |
||
48 | 48 | * Update the specified resource in storage. |
49 | 49 | * |
50 | 50 | * @param \Illuminate\Http\Request $request |
51 | - * @param \App\Thread $thread |
|
52 | 51 | * @return \Illuminate\Http\Response |
53 | 52 | */ |
54 | 53 | public function update(Request $request, Reply $reply) |
@@ -68,7 +67,6 @@ discard block |
||
68 | 67 | /** |
69 | 68 | * Remove the specified resource from storage. |
70 | 69 | * |
71 | - * @param \App\Thread $thread |
|
72 | 70 | * @return \Illuminate\Http\Response |
73 | 71 | */ |
74 | 72 | public function destroy(Reply $reply, Request $request) |