Skip to content
Snippets Groups Projects
Commit e5135794 authored by Adam Clarey's avatar Adam Clarey Committed by Vladimir Roudakov
Browse files

Issue #3177797 by Adam Clarey, VladimirAus: Functional tests fail due to missing schema

parent 0cc92628
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,8 @@ function bootstrap4_update_8103() {
function bootstrap4_update_8220() {
\Drupal::configFactory()
->getEditable('bootstrap4.settings')
->clear('subtheme_folder', 'themes/custom')
->clear('subtheme_name', '')
->clear('subtheme_machine_name', '')
->clear('subtheme_folder')
->clear('subtheme_name')
->clear('subtheme_machine_name')
->save(TRUE);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment