mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Fixed scrutiniser issue. [skip ci] [skip Scrutinizer]
This commit is contained in:
parent
8fb3348a7c
commit
649eb65bb1
@ -23,7 +23,7 @@ class BillScanner
|
||||
/**
|
||||
* @param TransactionJournal $journal
|
||||
*/
|
||||
static function scan(TransactionJournal $journal)
|
||||
public static function scan(TransactionJournal $journal)
|
||||
{
|
||||
/** @var \FireflyIII\Repositories\Bill\BillRepositoryInterface $repository */
|
||||
$repository = app('FireflyIII\Repositories\Bill\BillRepositoryInterface');
|
||||
|
Loading…
Reference in New Issue
Block a user