Browse Source

[Actualités] Correctif orderBy()

develop
Guillaume 3 years ago
parent
commit
34a7a3a7b0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Repository/Site/NewsStore.php

+ 0
- 1
Repository/Site/NewsStore.php View File

@@ -18,7 +18,6 @@ class NewsStore extends AbstractStore implements NewsStoreInterface

public function orderByDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
{
$query->orderBy('id');
return $query;
}


Loading…
Cancel
Save