From e316b3988762a3627d1894f4c3bf4b4313379741 Mon Sep 17 00:00:00 2001 From: Song Date: Tue, 24 Apr 2018 11:53:58 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/LogController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LogController.php b/src/LogController.php index 3f6e925..8265ff7 100644 --- a/src/LogController.php +++ b/src/LogController.php @@ -9,7 +9,7 @@ class LogController extends Controller { - public function index($file = null, Request $request) + public function index($file, Request $request) { if ($file === null) { $file = (new LogViewer())->getLastModifiedLog();