mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +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