Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 6cbe0a5

Browse files
committed
Merge branch 'hotfix/188'
Close #188
2 parents 651928a + a75baf2 commit 6cbe0a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Application.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,7 @@ public function run()
345345

346346
$response = $this->response;
347347
$event->setResponse($response);
348-
$this->completeRequest($event);
349-
350-
return $this;
348+
return $this->completeRequest($event);
351349
}
352350

353351
/**

0 commit comments

Comments
 (0)