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
[Actualités] Correctif orderBy()
develop
Guillaume
3 years ago
parent
82a7e0a969
commit
34a7a3a7b0
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
+0
-1
Repository/Site/NewsStore.php
+ 0
- 1
Repository/Site/NewsStore.php
View File
public function orderByDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
public function orderByDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
{
{
$query->orderBy('id');
return $query;
return $query;
}
}
Write
Preview
Loading…
Cancel
Save