Esempio n. 1
0
 /**
  * Remove the specified resource from storage.
  *
  * @param Category $category
  *
  * @return Response
  */
 public function destroy(Category $category)
 {
     $category->delete();
 }