Category controller remove category method #mvb7xp

This commit is contained in:
Cüneyt Şentürk
2021-07-06 23:34:05 +03:00
parent 551a87fe69
commit 48e3d8d7f2
2 changed files with 0 additions and 8 deletions

View File

@ -223,11 +223,4 @@ class Categories extends Controller
{
return $this->exportExcel(new Export, trans_choice('general.categories', 2));
}
public function category(Request $request)
{
$category = $this->dispatch(new CreateCategory($request));
return response()->json($category);
}
}