コード例 #1
0
ファイル: CategoryController.php プロジェクト: zedx/core
 /**
  * Remove the specified resource from storage.
  *
  * @param Category $category
  *
  * @return Response
  */
 public function destroy(Category $category)
 {
     $category->delete();
 }