Skip to content

Commit

Permalink
Fix Validation rule 'active_url' not found issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost committed Nov 18, 2023
1 parent 69cdb3e commit 2d2117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/ActiveURLRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ActiveUrlRule implements RuleInterface
protected $field;

/**
* Constructor of the ActiveURLRule class.
* Constructor of the ActiveUrlRule class.
*
* @param array $parameters Parameters for the rule (none needed for this rule).
*/
Expand Down

0 comments on commit 2d2117a

Please sign in to comment.