Commit 622635d5 authored by Taylor Otwell's avatar Taylor Otwell

Fixed typo in Query::select comment.

parent c480e19b
...@@ -126,7 +126,7 @@ class Query { ...@@ -126,7 +126,7 @@ class Query {
foreach (func_get_args() as $column) foreach (func_get_args() as $column)
{ {
// --------------------------------------------------------- // ---------------------------------------------------------
// If the column name is being aliases, we will need to // If the column name is being aliased, we will need to
// wrap the column name and its alias. // wrap the column name and its alias.
// --------------------------------------------------------- // ---------------------------------------------------------
if (strpos(strtolower($column), ' as ') !== false) if (strpos(strtolower($column), ' as ') !== false)
......
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