Browse Source

:fire: edit

visuddhinanda 1 year ago
parent
commit
c0e30b8312
1 changed files with 0 additions and 10 deletions
  1. 0 10
      api-v8/app/Http/Controllers/ProjectController.php

+ 0 - 10
api-v8/app/Http/Controllers/ProjectController.php

@@ -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.