Skip to content

Commit

Permalink
Merge pull request #266 from lodos2005/patch-1
Browse files Browse the repository at this point in the history
Update LogViewerController.php
  • Loading branch information
arcanedev-maroc authored Mar 26, 2019
2 parents 9bf118f + 2533734 commit d7df65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/LogViewerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function listLogs(Request $request)
$headers = $stats->header();
$rows = $this->paginate($stats->rows(), $request);

return $this->view('logs', compact('headers', 'rows', 'footer'));
return $this->view('logs', compact('headers', 'rows'));
}

/**
Expand Down

0 comments on commit d7df65b

Please sign in to comment.