1
0
Fork 0

Update FixUsername command

This commit is contained in:
Daniel Supernault 2018-12-26 00:51:43 -07:00
parent 03007b1754
commit 69f745f0c0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 5 deletions

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