mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 04:51:27 +00:00
Merge pull request #688 from pixelfed/frontend-ui-refactor
Update FixUsername command
This commit is contained in:
commit
bd11473f7a
1 changed files with 0 additions and 5 deletions
|
@ -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([]);
|
||||||
|
|
Loading…
Reference in a new issue