Fixed sorting on updated/created at

This commit is contained in:
snipe
2025-09-15 18:13:46 +01:00
parent 86fb089901
commit 927f557672

View File

@@ -38,6 +38,8 @@ class CategoriesController extends Controller
'consumables_count',
'components_count',
'licenses_count',
'created_at',
'updated_at',
'image',
'notes',
];