Skip to content

Commit 3e121e9

Browse files
committed
Fixed a typo in the fix
1 parent bd50f78 commit 3e121e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/QueryCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function addQuery($query, $bindings, $time, $connection)
8282
{
8383
// If the query argument is an instance of QueryExecuted the rest of the
8484
// arguments are probably wrong types and are going to crash
85-
// the colletor.
85+
// the collector.
8686
if ( $query instanceof \Illuminate\Database\Events\QueryExecuted )
8787
{
8888
$bindings = $query->bindings;

0 commit comments

Comments
 (0)