fix CategoryAdminController::indew

This commit is contained in:
Simon Vieille 2021-05-12 15:27:01 +02:00
parent 7ef536defa
commit 89a2ac545d

View file

@ -68,6 +68,7 @@ class CategoryAdminController extends CrudController
{
$query->orderBy('.title', 'ASC');
return $this->doIndex($page, $query, $request, $session);
}
/**