We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2930f76 + d265c68 commit e260a8bCopy full SHA for e260a8b
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "laravel-arcanist/arcanist",
+ "name": "laravel-hguenot/arcanist",
3
"description": "A package to take the pain out of building multi-step form wizards in Laravel.",
4
"license": "MIT",
5
"type": "library",
src/WizardStep.php
@@ -182,12 +182,11 @@ protected function rules(): array
182
}
183
184
/**
185
- * The custom validation messages.
+ * The custom validation messages
186
*
187
* @return array<string, string>
188
*/
189
- protected function messages(): array
190
- {
+ protected function messages(): array {
191
return [];
192
193
0 commit comments