Skip to content

Commit e107f75

Browse files
author
Christian Blanquera
committed
updating error message
1 parent 1a1b49f commit e107f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Validator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static function getCreateErrors(array $data, array $errors = [])
5454
}
5555

5656
if ($exists) {
57-
$errors['name'] = 'Name is already in used.';
57+
$errors['name'] = 'Schema already exists';
5858
}
5959
}
6060

0 commit comments

Comments
 (0)