@@ -175,7 +175,6 @@ discard block |
||
175 | 175 | /** |
176 | 176 | * Display the specified resource. |
177 | 177 | * |
178 | - * @param \App\MasterSktm $master_sktm |
|
179 | 178 | * @return \Illuminate\Http\Response |
180 | 179 | */ |
181 | 180 | public function show($id) |
@@ -193,7 +192,6 @@ discard block |
||
193 | 192 | /** |
194 | 193 | * Show the form for editing the specified resource. |
195 | 194 | * |
196 | - * @param \App\MasterSktm $master_sktm |
|
197 | 195 | * @return \Illuminate\Http\Response |
198 | 196 | */ |
199 | 197 | public function edit($id) |
@@ -244,7 +242,6 @@ discard block |
||
244 | 242 | * Update the specified resource in storage. |
245 | 243 | * |
246 | 244 | * @param \Illuminate\Http\Request $request |
247 | - * @param \App\MasterSktm $master_sktm |
|
248 | 245 | * @return \Illuminate\Http\Response |
249 | 246 | */ |
250 | 247 | public function update(Request $request, $id) |
@@ -282,8 +279,7 @@ discard block |
||
282 | 279 | /** |
283 | 280 | * Remove the specified resource from storage. |
284 | 281 | * |
285 | - * @param \App\MasterSktm $master_sktm |
|
286 | - * @return \Illuminate\Http\Response |
|
282 | + * @return string |
|
287 | 283 | */ |
288 | 284 | public function destroy($id) |
289 | 285 | { |