App\Http\Controllers\InvoicesController::update PHP Method

update() public method

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