mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Various code cleanup.
This commit is contained in:
@@ -32,7 +32,6 @@ use FireflyIII\Repositories\Account\AccountRepositoryInterface;
|
||||
use FireflyIII\Repositories\ExportJob\ExportJobRepositoryInterface;
|
||||
use Illuminate\Http\Response as LaravelResponse;
|
||||
use Preferences;
|
||||
use View;
|
||||
|
||||
/**
|
||||
* Class ExportController.
|
||||
@@ -107,7 +106,7 @@ class ExportController extends Controller
|
||||
/**
|
||||
* @param ExportJobRepositoryInterface $jobs
|
||||
*
|
||||
* @return View
|
||||
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
*/
|
||||
public function index(ExportJobRepositoryInterface $jobs)
|
||||
{
|
||||
|
Reference in New Issue
Block a user