Skip to content

Commit 0340190

Browse files
authored
remove outdated comment
1 parent 2f5e553 commit 0340190

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/Console/Commands/Wiki/DropDatabase.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ public function handle(): int {
4040
return 0;
4141
}
4242

43-
// This is a rather ugly way to clean up some of the user data from a wiki that we are about to soft delete.
44-
//
45-
// This directly accesses the MW DB from the platform API which is a pattern we are generally trying to avoid but
46-
// the database is likely never going to be read by MW every again since it's next step is hard deletion.
4743
private function dropWikiDb(WikiDb $wikiDb): bool {
4844
$connection = $this->getWikiDbConnection($wikiDb);
4945

0 commit comments

Comments
 (0)