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

Update FixUsername command
This commit is contained in:
daniel 2018-12-26 00:52:22 -07:00 committed by GitHub
commit bd11473f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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