mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
New tests.
This commit is contained in:
@@ -31,7 +31,7 @@ class ImportProcedure
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public static function runImport(ImportJob $job): Collection
|
||||
public function runImport(ImportJob $job): Collection
|
||||
{
|
||||
// update job to say we started.
|
||||
$job->status = 'import_running';
|
||||
|
||||
Reference in New Issue
Block a user