mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 18:41:08 +00:00
This commit is contained in:
@@ -54,6 +54,7 @@ class MigrateRuleActions extends Command
|
|||||||
}
|
}
|
||||||
$this->replaceEqualSign();
|
$this->replaceEqualSign();
|
||||||
$this->replaceObsoleteActions();
|
$this->replaceObsoleteActions();
|
||||||
|
$this->markAsExecuted();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -179,4 +180,8 @@ class MigrateRuleActions extends Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private function markAsExecuted(): void
|
||||||
|
{
|
||||||
|
app('fireflyconfig')->set(self::CONFIG_NAME, true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user