mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Forgot to include method.
This commit is contained in:
parent
fc8400cdf9
commit
1b1d510bc0
@ -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.
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user