From 69f745f0c03936ed44b8d46c321324c950d6f8cb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 26 Dec 2018 00:51:43 -0700 Subject: [PATCH] Update FixUsername command --- app/Console/Commands/FixUsernames.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Console/Commands/FixUsernames.php b/app/Console/Commands/FixUsernames.php index 04f628edd..3e59abe54 100644 --- a/app/Console/Commands/FixUsernames.php +++ b/app/Console/Commands/FixUsernames.php @@ -39,11 +39,6 @@ class FixUsernames extends Command */ public function handle() { - if(version_compare(config('pixelfed.version'), '0.7.2') !== -1) { - $this->info('This command is only for versions lower than 0.7.2'); - return; - } - $this->info('Collecting data ...'); $affected = collect([]);