Skip to content

Commit

Permalink
Merge pull request #596 from SergeyYemielianovGC/v1
Browse files Browse the repository at this point in the history
MimeTypes validation fix on v1
  • Loading branch information
rubenvanassche authored Dec 1, 2023
2 parents 0f4af34 + 33d01b4 commit 674e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attributes/Validation/MimeTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public function __construct(string | array ...$mimeTypes)

public function getRules(): array
{
return ["mimestypes:{$this->normalizeValue($this->mimeTypes)}"];
return ["mimetypes:{$this->normalizeValue($this->mimeTypes)}"];
}
}

0 comments on commit 674e1a9

Please sign in to comment.