Update source account detection.

This commit is contained in:
James Cole
2024-02-25 18:14:30 +01:00
parent 9222c82af0
commit 2564470197
11 changed files with 95 additions and 95 deletions

View File

@@ -285,22 +285,10 @@ interface GroupCollectorInterface
*/
public function getPaginatedGroups(): LengthAwarePaginator;
/**
*
*
* @param array $instructions
*
* @return self
*/
public function setSorting(array $instructions): self;
/**
* Sort the collection on a column.
*
* @param Collection $collection
*
* @return Collection
*/
public function sortCollection(Collection $collection): Collection;