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