Skip to content

Commit

Permalink
fix: remove output response listener
Browse files Browse the repository at this point in the history
  • Loading branch information
hungthai1401 committed Aug 4, 2021
1 parent 1d45c4d commit 18a6212
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ class EventServiceProvider extends ServiceProvider
\Illuminate\Database\Events\TransactionRolledBack::class => [
\HT\LaravelSqlLogger\Listeners\OutputTransactionLog::class,
],
\Illuminate\Foundation\Http\Events\RequestHandled::class => [
\HT\LaravelSqlLogger\Listeners\OutputResponseLog::class,
],
];

/**
Expand Down

0 comments on commit 18a6212

Please sign in to comment.