mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Update source account detection.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user