mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-02 12:17:22 -06:00
Fix #1608
This commit is contained in:
parent
7327941c77
commit
a2b997ba20
@ -150,7 +150,7 @@ class CreateImport extends Command
|
|||||||
|
|
||||||
|
|
||||||
if (true === $this->option('start')) {
|
if (true === $this->option('start')) {
|
||||||
$this->infoLine('The has started. The process is not visible. Please wait.');
|
$this->infoLine('The import routine has started. The process is not visible. Please wait.');
|
||||||
Log::debug('Go for import!');
|
Log::debug('Go for import!');
|
||||||
|
|
||||||
// run it!
|
// run it!
|
||||||
|
Loading…
Reference in New Issue
Block a user