Skip to content

Commit

Permalink
Update LogViewerController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Nov 24, 2014
1 parent c34bbed commit c8517d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/LogViewerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LogViewerController extends \BaseController
public function index()
{
$logs = LaravelLogViewer::all();
View::addNamespace('laravel-log-viewer', __DIR__.'../../views');
View::addNamespace('laravel-log-viewer', __DIR__.'/../views');
return View::make('laravel-log-viewer::log', ['logs' => $logs]);
}

Expand Down

0 comments on commit c8517d9

Please sign in to comment.