This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Correctif
develop
Fabien Normand
3 years ago
parent
abdb105449
commit
6c20326492
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
+0
-3
Controller/AbstractAdminController.php
+ 0
- 3
Controller/AbstractAdminController.php
View File
@@ -154,9 +154,6 @@ abstract class AbstractAdminController extends EaAbstractCrudController
}else{
$crud->setDefaultSort(['id' => 'DESC']);
}
else {
$crud->setDefaultSort(['id' => 'DESC']);
}
return $crud;
}
Write
Preview
Loading…
Cancel
Save