We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6628468 commit ba5643aCopy full SHA for ba5643a
src/app/Http/Controllers/Operations/UpdateOperation.php
@@ -59,7 +59,7 @@ protected function setupUpdateDefaults()
59
*
60
* @param int $id
61
62
- * @return Response
+ * @return \Illuminate\Contracts\View\View
63
*/
64
public function edit($id)
65
{
@@ -82,7 +82,7 @@ public function edit($id)
82
/**
83
* Update the specified resource in the database.
84
85
+ * @return \Illuminate\Http\Response
86
87
public function update()
88
0 commit comments