Skip to content

Commit

Permalink
Fixed a typo in the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ltsochev-dev committed Feb 11, 2016
1 parent bd50f78 commit 3e121e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataCollector/QueryCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function addQuery($query, $bindings, $time, $connection)
{
// If the query argument is an instance of QueryExecuted the rest of the
// arguments are probably wrong types and are going to crash
// the colletor.
// the collector.
if ( $query instanceof \Illuminate\Database\Events\QueryExecuted )
{
$bindings = $query->bindings;
Expand Down

0 comments on commit 3e121e9

Please sign in to comment.