Skip to content

Commit

Permalink
Change middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Oct 15, 2018
1 parent ad29ab5 commit 4c37f2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Middleware/LoggerMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
class LoggerMiddleware
{
/**
* Whether or not to log requests as they are made.
*
* @var bool
*/
private $onExceptionOnly;

/**
* Whether or not to log statistics.
* Decides if you need to log statistics or not.
*
* @var bool
*/
Expand Down

0 comments on commit 4c37f2e

Please sign in to comment.