@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PragmaRX\Firewall\Listeners; |
4 | 4 | |
5 | -use ErrorException; |
|
6 | 5 | use Exception; |
7 | 6 | use Notification as IlluminateNotification; |
8 | 7 | use PragmaRX\Firewall\Events\AttackDetected; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PragmaRX\Firewall\Support; |
4 | 4 | |
5 | -use Exception; |
|
6 | 5 | use PragmaRX\Support\IpAddress as SupportIpAddress; |
7 | 6 | |
8 | 7 | class IpAddress |