Fix old methods

This commit is contained in:
Ludovic CANDELLIER
2022-02-17 11:52:19 +01:00
parent 7723b475ac
commit 90d683f7ed
4 changed files with 11 additions and 16 deletions

View File

@@ -41,11 +41,6 @@ class TagGroupController extends Controller
return view('Admin.Shop.TagGroups.edit', $data);
}
public function update(Request $request)
{
//
}
public function destroy($id)
{
return TagGroups::destroy($id);