Skip to content

Commit 8b785d2

Browse files
committed
Update LaravelDebugbar.php
1 parent b567abc commit 8b785d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/LaravelDebugbar.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ function ($query, $bindings = null, $time = null, $connectionName = null) use ($
295295
// Laravel 5.2 changed the way some core events worked. We must account for
296296
// the first argument being an "event object", where arguments are passed
297297
// via object properties, instead of individual arguments.
298-
// In my opinion it is better to type check rather than version check in the
299-
// long term. Lumen doesn't support SemVer standard either, thus breaking
300-
// the version_compare function
301298
if ( $query instanceof \Illuminate\Database\Events\QueryExecuted ) {
302299
$bindings = $query->bindings;
303300
$time = $query->time;

0 commit comments

Comments
 (0)