We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1b49f commit e107f75Copy full SHA for e107f75
src/Schema/Validator.php
@@ -54,7 +54,7 @@ public static function getCreateErrors(array $data, array $errors = [])
54
}
55
56
if ($exists) {
57
- $errors['name'] = 'Name is already in used.';
+ $errors['name'] = 'Schema already exists';
58
59
60
0 commit comments