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