Skip to content

Commit

Permalink
Merge pull request #9 from laravel-admin-extensions/analysis-z4MGVn
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
z-song authored Apr 24, 2018
2 parents 9965335 + e316b39 commit 4e55e6c
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 4e55e6c

Please sign in to comment.