remove order alphabetically because is against reordering tree

This commit is contained in:
Ludovic CANDELLIER
2023-02-06 23:48:50 +01:00
parent 2fc88c6163
commit 60682f2295
3 changed files with 5 additions and 3 deletions

View File

@@ -83,5 +83,4 @@ class CategoryController extends Controller
$data = Categories::toggleHomepage($request->input('id'), ($request->input('homepage') == 'true') ? 1 : 0);
return response()->json(['error' => 0]);
}
}