Skip to content

Commit 85ae6ca

Browse files
author
Christian Blanquera
authored
Merge pull request #48 from CradlePHP/2.2
updating error message
2 parents efccb03 + e107f75 commit 85ae6ca

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)