We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d411152 commit 8489a2dCopy full SHA for 8489a2d
src/Traits/Configuration/SortingConfiguration.php
@@ -4,7 +4,7 @@
4
5
trait SortingConfiguration
6
{
7
- protected function setupDefaultSorting()
+ protected function setupDefaultSorting(): void
8
9
if ($this->sortingIsEnabled() && $this->hasDefaultSort() && ! $this->hasSorts()) {
10
$this->setSort($this->getDefaultSortColumn(), $this->getDefaultSortDirection());
0 commit comments