mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Code clean up.
This commit is contained in:
@@ -103,11 +103,9 @@ class ExportJobRepository implements ExportJobRepositoryInterface
|
||||
return $exportJob;
|
||||
}
|
||||
$count++;
|
||||
|
||||
}
|
||||
|
||||
return new ExportJob;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -76,5 +76,4 @@ interface ExportJobRepositoryInterface
|
||||
* @param User $user
|
||||
*/
|
||||
public function setUser(User $user);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user