Skip to content

Commit 349507d

Browse files
committed
refactor: fix method name (should be lc first)
1 parent 22e3450 commit 349507d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/View/Plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static function lang(array $params = []): string
8585
*
8686
* @param array{field?: string} $params
8787
*/
88-
public static function ValidationErrors(array $params = []): string
88+
public static function validationErrors(array $params = []): string
8989
{
9090
$validator = service('validation');
9191
if ($params === []) {

0 commit comments

Comments
 (0)