fix gitlab tests
This commit is contained in:
@@ -15,7 +15,7 @@ class GradebookFinalizationValidator
|
||||
$errors = [];
|
||||
|
||||
foreach ($this->scoreTables() as $table => $meta) {
|
||||
if (! DB::getSchemaBuilder()->hasTable($table)) {
|
||||
if (!DB::getSchemaBuilder()->hasTable($table)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user