Commit 3488a544 authored by Taylor Otwell's avatar Taylor Otwell

adjust comment.

parent af5e4c6b
......@@ -418,7 +418,7 @@ class Validator {
if (is_null($this->db)) $this->db = Database::connection();
// We allow the table column to be specified just in case the column does
// not have the same name as the attribute. It must be in the second
// not have the same name as the attribute. It must be within the second
// parameter position, right after the databse table name.
if (isset($parameters[1])) $attribute = $parameters[1];
......
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