App\Http\Controllers\Backend\UploadController::update PHP Method

update() public method

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