Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Jun 7, 2018
1 parent 287e9d4 commit fa253e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Http/Middleware/VeryBasicAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ class VeryBasicAuth
*/
public function handle($request, Closure $next)
{
// Load configuration
$config = config('very_basic_auth');

// Check if middleware is in use in current environment
if(count(array_intersect(['*', app()->environment()], config('very_basic_auth.envs'))) > 0) {

Expand Down

0 comments on commit fa253e2

Please sign in to comment.