ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

Unused variables passed into the show.blade.php #362

Closed egorsmkv closed 4 years ago

egorsmkv commented 4 years ago

Description:

I am using laravel-microsope and it detected an issue where https://github.com/ARCANEDEV/LogViewer/blob/master/src/Http/Controllers/LogViewerController.php#L128 is not used in the show.blade.php file and I am seeing it in the logs.

image

Steps To Reproduce:

Just install the library.

arcanedev-maroc commented 4 years ago

The variable is available for users who customize the views

Also, this is not a bug. Even in the log it's displayed as an info