From e557b96db46464ddb32823097df8e1aafeb301ef Mon Sep 17 00:00:00 2001 From: Orkhan Ahmadov Date: Thu, 19 Sep 2019 08:59:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/config.php | 2 +- src/Middleware.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.php b/config/config.php index 6c25dd3..218f485 100755 --- a/config/config.php +++ b/config/config.php @@ -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 - ] + ], ]; diff --git a/src/Middleware.php b/src/Middleware.php index 9d71b2f..d331f11 100644 --- a/src/Middleware.php +++ b/src/Middleware.php @@ -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 {