remove command prompt

This commit is contained in:
Diatrex 2020-10-13 09:16:55 +03:00
parent 83f6f9207d
commit 6ee0ce02a9

View File

@ -26,7 +26,6 @@ class UsersFieldsSeeder extends Seeder
AssignmentModelTranslation $assignmentModelTranslation AssignmentModelTranslation $assignmentModelTranslation
) )
{ {
if ($this->command->confirm('This command will remove the old custom fields from the users table! Are you sure you want to continue?')) {
$namespace = 'users'; $namespace = 'users';
$locked = 0; $locked = 0;
$stream = $streamRepository->findBySlugAndNamespace('users', 'users'); $stream = $streamRepository->findBySlugAndNamespace('users', 'users');
@ -199,4 +198,3 @@ class UsersFieldsSeeder extends Seeder
} }
} }
} }
}