mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
🤖 Auto commit for release 'develop' on 2026-02-22
This commit is contained in:
@@ -47,15 +47,17 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
interface JournalRepositoryInterface
|
||||
{
|
||||
public function countByDescription(string $value, bool $includeDeleted): int;
|
||||
|
||||
public function countByMeta(string $field, string $value, bool $includeDeleted): int;
|
||||
|
||||
public function countByNotes(string $value, bool $includeDeleted): int;
|
||||
|
||||
/**
|
||||
* Deletes a transaction group.
|
||||
*/
|
||||
public function destroyGroup(TransactionGroup $transactionGroup): void;
|
||||
|
||||
public function countByMeta(string $field, string $value, bool $includeDeleted): int;
|
||||
public function countByNotes(string $value, bool $includeDeleted): int;
|
||||
public function countByDescription(string $value, bool $includeDeleted): int;
|
||||
|
||||
/**
|
||||
* Deletes a journal.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user