Commit 3d30f9f8 authored by Taylor Otwell's avatar Taylor Otwell

Refactor the database connector.

parent 7a4016b6
...@@ -78,11 +78,9 @@ class Connection { ...@@ -78,11 +78,9 @@ class Connection {
{ {
return $query->rowCount(); return $query->rowCount();
} }
else
{
return $result; return $result;
} }
}
/** /**
* Begin a fluent query against a table. * Begin a fluent query against a table.
......
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