Commit c4594afc authored by Taylor Otwell's avatar Taylor Otwell

cleaning up the validator.

Signed-off-by: 's avatarTaylor Otwell <taylorotwell@gmail.com>
parent c433815f
...@@ -996,7 +996,7 @@ class Validator { ...@@ -996,7 +996,7 @@ class Validator {
return call_user_func_array(static::$validators[$method], $parameters); return call_user_func_array(static::$validators[$method], $parameters);
} }
throw new \Exception("Call to undefined method [$method] on Validator instance."); throw new \Exception("Method [$method] does not exist.");
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment