mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Forgot to include method.
This commit is contained in:
@@ -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.
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user