Sfoglia il codice sorgente

Update FixUsername command

Daniel Supernault 6 anni fa
parent
commit
69f745f0c0
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  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()
     {
-        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([]);