Skip to content

Commit

Permalink
0.2.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
OzanKurt committed Mar 23, 2024
1 parent 4d266f5 commit c1619b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Firewall/Middleware/Agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use OzanKurt\Security\Firewall\AbstractMiddleware;
use OzanKurt\Security\Events\AttackDetected;
use Jenssegers\Agent\Agent as Parser;
use OzanKurt\Agent\Agent as Parser;

class Agent extends AbstractMiddleware
{
Expand Down
2 changes: 1 addition & 1 deletion src/Firewall/Middleware/Bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use OzanKurt\Security\Firewall\AbstractMiddleware;
use OzanKurt\Security\Events\AttackDetected;
use Jenssegers\Agent\Agent;
use OzanKurt\Agent\Agent;

class Bot extends AbstractMiddleware
{
Expand Down
2 changes: 1 addition & 1 deletion src/Firewall/Traits/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace OzanKurt\Security\Firewall\Traits;

use Illuminate\Http\Request;
use Jenssegers\Agent\Agent as Parser;
use OzanKurt\Agent\Agent as Parser;
use OzanKurt\Security\Enums\IpEntryType;
use OzanKurt\Security\Enums\LogLevel;
use OzanKurt\Security\Models\Log;
Expand Down

0 comments on commit c1619b4

Please sign in to comment.