Skip to content

Commit

Permalink
Merge pull request #2 from goedemiddag/bugfix/middleware-response
Browse files Browse the repository at this point in the history
Change return type of middleware to capture all different Laravel response types
  • Loading branch information
dvdheiden authored Nov 8, 2024
2 parents 79623b2 + 57c70fa commit b0529bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/ApplicationRequestResponseLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Goedemiddag\RequestResponseLog\Enums\RequestFlow;
use Goedemiddag\RequestResponseLog\ManualRequestResponseLogger;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Symfony\Component\HttpFoundation\Response;

class ApplicationRequestResponseLogger
{
Expand Down

0 comments on commit b0529bc

Please sign in to comment.