Skip to content

Commit

Permalink
Merge pull request #4 from orkhanahmadov/analysis-8wEE3K
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
orkhanahmadov authored Sep 19, 2019
2 parents 178914d + e557b96 commit 7d859f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
// 'list-1' => ['1.1.1.1', '2.2.2.2'],
// 'list-2' => '3.3.3.3,4.4.4.4',
// 'list-3' => env('IP_WHITELIST'), // in .env file: IP_WHITELIST=5.5.5.5,6.6.6.6,7.7.7.7
]
],
];
2 changes: 1 addition & 1 deletion src/Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Orkhanahmadov\LaravelIpMiddleware;

use Illuminate\Support\Arr;
use Illuminate\Http\Request;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Support\Arr;

abstract class Middleware
{
Expand Down

0 comments on commit 7d859f6

Please sign in to comment.