Update FixUsername command

pull/688/head
Daniel Supernault 6 years ago
parent 03007b1754
commit 69f745f0c0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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([]);

Loading…
Cancel
Save