Browse Source

Merge pull request #688 from pixelfed/frontend-ui-refactor

Update FixUsername command
daniel 6 years ago
parent
commit
bd11473f7a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      app/Console/Commands/FixUsernames.php

+ 0 - 5
app/Console/Commands/FixUsernames.php

@@ -39,11 +39,6 @@ class FixUsernames extends Command
      */
      */
     public function handle()
     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 ...');
         $this->info('Collecting data ...');
 
 
         $affected = collect([]);
         $affected = collect([]);