Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song authored and StyleCIBot committed Apr 24, 2018
1 parent 9965335 commit e316b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e316b39

Please sign in to comment.