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

Refactor the database connector.

parent 7a4016b6
...@@ -78,10 +78,8 @@ class Connection { ...@@ -78,10 +78,8 @@ class Connection {
{ {
return $query->rowCount(); return $query->rowCount();
} }
else
{ return $result;
return $result;
}
} }
/** /**
......
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