Skip to content

Commit

Permalink
Merge pull request #17 from Litecms/develop
Browse files Browse the repository at this point in the history
Update Category.php
  • Loading branch information
georgemjohn authored Oct 5, 2021
2 parents 1eb05a2 + aa35670 commit 0bb44c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Forms/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ public static function setAttributes()
"roles" => [],
]
];
self::$orderBy = [
'created_at' => trans('blog::blog.label.created_at'),
'name' => trans('blog::blog.label.title'),
'status' => trans('blog::blog.label.status'),
];
self::$groups = [
'main' => trans('blog::blog.groups.main'),
'details' => trans('blog::blog.groups.details'),
Expand Down

0 comments on commit 0bb44c5

Please sign in to comment.