Skip to content

Commit e260a8b

Browse files
authored
Merge branch 'main' into fixes
2 parents 2930f76 + d265c68 commit e260a8b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "laravel-arcanist/arcanist",
2+
"name": "laravel-hguenot/arcanist",
33
"description": "A package to take the pain out of building multi-step form wizards in Laravel.",
44
"license": "MIT",
55
"type": "library",

src/WizardStep.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,11 @@ protected function rules(): array
182182
}
183183

184184
/**
185-
* The custom validation messages.
185+
* The custom validation messages
186186
*
187187
* @return array<string, string>
188188
*/
189-
protected function messages(): array
190-
{
189+
protected function messages(): array {
191190
return [];
192191
}
193192

0 commit comments

Comments
 (0)