mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 04:41:41 +00:00
Fixed scrutiniser issue. [skip ci] [skip Scrutinizer]
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user