Skip to content

Commit f95d4cf

Browse files
authored
Update LogViewerController.php
1 parent 1a4d190 commit f95d4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/LogViewerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function index()
2828
} elseif ($this->request->has('del')) {
2929
app('files')->delete(LaravelLogViewer::pathToLogFile(base64_decode($this->request->input('del'))));
3030
return $this->redirect($this->request->url());
31-
} elseif ($this->request->has('delall')){
31+
} elseif ($this->request->has('delall')) {
3232
foreach(LaravelLogViewer::getFiles(true) as $file){
3333
app('files')->delete(LaravelLogViewer::pathToLogFile($file));
3434
}

0 commit comments

Comments
 (0)