Fixed typo in Query::select comment.
This commit is contained in:
parent
c480e19b6c
commit
622635d5cf
|
@ -126,7 +126,7 @@ public function select()
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue