Skip to content

Commit 18a9a08

Browse files
authored
Inject request and response to toolbar
1 parent 2c7a8dd commit 18a9a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Filters/DebugToolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function before(RequestInterface $request)
7171
*/
7272
public function after(RequestInterface $request, ResponseInterface $response)
7373
{
74-
Services::toolbar()->prepare();
74+
Services::toolbar()->prepare($request, $response);
7575
}
7676

7777
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)