@@ -164,7 +164,7 @@ |
||
164 | 164 | ], |
165 | 165 | ]; |
166 | 166 | |
167 | - $report = Firewall::report()->map(function ($item, $key) { |
|
167 | + $report = Firewall::report()->map(function($item, $key) { |
|
168 | 168 | return collect($item->toArray())->only(['ip_address', 'whitelisted']); |
169 | 169 | })->toArray(); |
170 | 170 |