mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix test coverage.
This commit is contained in:
@@ -44,7 +44,7 @@ class InterestingMessage
|
||||
*/
|
||||
public function handle(Request $request, Closure $next)
|
||||
{
|
||||
Log::debug(sprintf('Interesting Message middleware for URI %s', $request->url()));
|
||||
//Log::debug(sprintf('Interesting Message middleware for URI %s', $request->url()));
|
||||
if ($this->testing()) {
|
||||
return $next($request);
|
||||
}
|
||||
|
Reference in New Issue
Block a user