We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63a55b5 + 06b8d7b commit c6c1d3bCopy full SHA for c6c1d3b
src/Traits/Rules.php
@@ -89,11 +89,11 @@ public function checkRules(string $name, string $type = null): array
89
}
90
91
if ($checkAlphabets !== Constant::STATUS_TRUE) {
92
- $messages[] = __('Lang::messages.standard.error_message.alphabets') . "($checkAlphabets)";
+ $messages[] = __('Lang::messages.standard.error_message.alphabets');
93
94
95
if ($checkConvention !== Constant::STATUS_TRUE) {
96
- $messages[] = __('Lang::messages.standard.error_message.convention') . "($checkConvention)";
+ $messages[] = __('Lang::messages.standard.error_message.convention') ;
97
98
99
} catch (Exception $exception) {
0 commit comments