Browse Source

Correctif

develop
Fabien Normand 3 years ago
parent
commit
6c20326492
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      Controller/AbstractAdminController.php

+ 0
- 3
Controller/AbstractAdminController.php View File

}else{ }else{
$crud->setDefaultSort(['id' => 'DESC']); $crud->setDefaultSort(['id' => 'DESC']);
} }
else {
$crud->setDefaultSort(['id' => 'DESC']);
}


return $crud; return $crud;
} }

Loading…
Cancel
Save