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

update() public méthode

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