Auto commit for release 'develop' on 2024-06-15

This commit is contained in:
github-actions
2024-06-15 16:16:40 +02:00
parent 6abb74a038
commit a1a8968e98
9 changed files with 15 additions and 15 deletions

View File

@@ -115,7 +115,7 @@ class UpdateGroupInformation extends Command
return;
}
if (0 !== $result) {
$this->friendlyPositive(sprintf('User #%d: Moved %d %s objects to the correct group.', $user->id, $result, str_replace('FireflyIII\\Models\\', '', $className)));
$this->friendlyPositive(sprintf('User #%d: Moved %d %s objects to the correct group.', $user->id, $result, str_replace('FireflyIII\Models\\', '', $className)));
}
}
}