Skip to content

Commit

Permalink
developer log viewer config update
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRock committed Jan 15, 2020
1 parent 3125b38 commit cc1fbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Developer/Config/log-viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
*/

'route' => [
'enabled' => false,
'enabled' => true,

'attributes' => [
'prefix' => 'admin/developer/log-viewer',

'middleware' => env('ARCANEDEV_LOGVIEWER_MIDDLEWARE') ? explode(',', env('ARCANEDEV_LOGVIEWER_MIDDLEWARE')) : null,
'middleware' => env('ARCANEDEV_LOGVIEWER_MIDDLEWARE') ? explode(',', env('ARCANEDEV_LOGVIEWER_MIDDLEWARE')) : 'App\Http\Middleware\AdminMiddleware',
],
],

Expand Down

0 comments on commit cc1fbe0

Please sign in to comment.