DBView is View

This commit is contained in:
Michael 2020-04-24 08:48:34 +00:00
parent b50aaf87d7
commit afa712b811
2 changed files with 3 additions and 6 deletions

View file

@ -113,7 +113,7 @@ class DBStructure
echo "\n";
}
DBView::printStructure($basePath);
View::printStructure($basePath);
}
/**
@ -596,7 +596,7 @@ class DBStructure
}
}
DBView::create($verbose, $action);
View::create($verbose, $action);
if ($action && !$install) {
DI::config()->set('system', 'maintenance', 0);