App\Http\Controllers\Backend\UploadController::update PHP Méthode

update() public méthode

Update the specified resource in storage.
public update ( integer $id ) : Illuminate\Http\Response
$id integer
Résultat Illuminate\Http\Response
    public function update($id)
    {
        //
    }