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.
1 parent 22e3450 commit 349507dCopy full SHA for 349507d
system/View/Plugins.php
@@ -85,7 +85,7 @@ public static function lang(array $params = []): string
85
*
86
* @param array{field?: string} $params
87
*/
88
- public static function ValidationErrors(array $params = []): string
+ public static function validationErrors(array $params = []): string
89
{
90
$validator = service('validation');
91
if ($params === []) {
0 commit comments