mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Forgot to include method.
This commit is contained in:
@@ -21,10 +21,19 @@
|
||||
|
||||
namespace FireflyIII\Support\Search;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
/**
|
||||
* Class TransactionSearch
|
||||
*/
|
||||
class TransactionSearch implements GenericSearchInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function search(): Collection
|
||||
{
|
||||
// TODO: Implement search() method.
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user