Skip to content

Commit

Permalink
Update CoreValidator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
davitbek authored Feb 23, 2018
1 parent 4c2a1b9 commit e665a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ public function unique($name, $params = [], $message = '', $when = null)
* @return mixed
* @throws \Exception
*/
private function getTextLength($length)
protected function getTextLength($length)
{
if (is_numeric($length)) {
return $length;
Expand Down

0 comments on commit e665a71

Please sign in to comment.