damn you travis. fixed multiple define
This commit is contained in:
@@ -21,6 +21,9 @@ class MeasureExecutionTime
|
||||
{
|
||||
// Get the response
|
||||
$response = $next($request);
|
||||
if(!defined('LUMEN_START')) {
|
||||
return $response;
|
||||
}
|
||||
|
||||
// Calculate execution time
|
||||
$executionTime = microtime(true) - LUMEN_START;
|
||||
|
||||
Reference in New Issue
Block a user