Skip to content

Commit

Permalink
Fixing LogViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed May 20, 2019
1 parent 2a88db5 commit feff07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Foundation implements FoundationContract
| -----------------------------------------------------------------
*/

const VERSION = '2.2.1';
const VERSION = '2.4.2';

/* -----------------------------------------------------------------
| Properties
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/Admin/System/LogViewerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function listLogs(Request $request)
$this->setTitle($title = trans('foundation::log-viewer.titles.logs-list'));
$this->addBreadcrumb($title);

return $this->view('admin.system.log-viewer.list', compact('headers', 'rows', 'footer'));
return $this->view('admin.system.log-viewer.list', compact('headers', 'rows'));
}

/**
Expand Down

0 comments on commit feff07e

Please sign in to comment.