Commit eade9dd1 by Qiang Xue

message fix.

parent 9b723baa
......@@ -125,7 +125,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
} elseif ($table === null) {
throw new InvalidParamException("Table not found: $tableName");
} else {
throw new InvalidParamException("There is not sequence associated with table '$tableName'.");
throw new InvalidParamException("There is no sequence associated with table '$tableName'.");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment