Skip to content

Commit ca9b072

Browse files
author
songzou
committed
bug fix
1 parent 438c6b4 commit ca9b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiTesterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function index()
1919

2020
$content->body(view('api-tester::index', [
2121
'routes' => $tester->getRoutes(),
22-
'logs' => ApiLogger::load(),
22+
// 'logs' => ApiLogger::load(),
2323
]));
2424
});
2525
}

0 commit comments

Comments
 (0)