Skip to content

Commit

Permalink
Update elfinder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Aug 9, 2018
1 parent 05e17d6 commit c67ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/elfinder.php
Expand Up @@ -40,7 +40,7 @@

'route' => [
'prefix' => 'elfinder',
'middleware' => 'replace-this-with-your-middleware', //Set to null to disable middleware filter
'middleware' => array('web', 'auth'), //Set to null to disable middleware filter
],

/*
Expand Down

0 comments on commit c67ab0e

Please sign in to comment.