|
|
@@ -126,16 +126,6 @@ class ProjectController extends Controller
|
|
|
return $this->ok(new ProjectResource($project));
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Show the form for editing the specified resource.
|
|
|
- *
|
|
|
- * @param \App\Models\Project $project
|
|
|
- * @return \Illuminate\Http\Response
|
|
|
- */
|
|
|
- public function edit(Project $project)
|
|
|
- {
|
|
|
- //
|
|
|
- }
|
|
|
|
|
|
/**
|
|
|
* Update the specified resource in storage.
|