mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Some code fixes.
This commit is contained in:
@@ -28,6 +28,7 @@ class ForgotPasswordController extends Controller
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->middleware('guest');
|
||||
}
|
||||
}
|
||||
|
@@ -421,6 +421,7 @@ class ImportController extends Controller
|
||||
{
|
||||
// create proper importer (depends on job)
|
||||
$type = $job->file_type;
|
||||
|
||||
/** @var SetupInterface $importer */
|
||||
$importer = app('FireflyIII\Import\Setup\\' . ucfirst($type) . 'Setup');
|
||||
$importer->setJob($job);
|
||||
|
@@ -226,7 +226,7 @@ class TagController extends Controller
|
||||
$subTitle = $tag->tag;
|
||||
$subTitleIcon = 'fa-tag';
|
||||
|
||||
// TODO move to repository.
|
||||
|
||||
|
||||
/** @var Collection $journals */
|
||||
$journals = $tag
|
||||
|
Reference in New Issue
Block a user