We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eb05a2 + aa35670 commit 0bb44c5Copy full SHA for 0bb44c5
src/Forms/Category.php
@@ -52,6 +52,11 @@ public static function setAttributes()
52
"roles" => [],
53
]
54
];
55
+ self::$orderBy = [
56
+ 'created_at' => trans('blog::blog.label.created_at'),
57
+ 'name' => trans('blog::blog.label.title'),
58
+ 'status' => trans('blog::blog.label.status'),
59
+ ];
60
self::$groups = [
61
'main' => trans('blog::blog.groups.main'),
62
'details' => trans('blog::blog.groups.details'),
0 commit comments