mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 16:26:07 -06:00
remove command prompt
This commit is contained in:
parent
83f6f9207d
commit
6ee0ce02a9
@ -26,7 +26,6 @@ class UsersFieldsSeeder extends Seeder
|
||||
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';
|
||||
$locked = 0;
|
||||
$stream = $streamRepository->findBySlugAndNamespace('users', 'users');
|
||||
@ -198,5 +197,4 @@ class UsersFieldsSeeder extends Seeder
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user