Commit b0a223aa authored by Taylor Otwell's avatar Taylor Otwell

cleaning up comment.

parent b353afdc
......@@ -212,8 +212,7 @@ class Connection {
// Every query is timed so that we can log the executinon time along
// with the query SQL and array of bindings. This should be make it
// convenient for the developer to profile the application's query
// performance to diagnose bottlenecks.
// convenient for the developer to profile performance.
$time = microtime(true);
$result = $statement->execute($bindings);
......
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