Skip to content

Commit

Permalink
Merge pull request #31 from Laragear/analysis-YO6REA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
DarkGhostHunter authored Jul 29, 2022
2 parents 0899594 + 8d92fa0 commit cda6b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/TwoFactorAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace Laragear\TwoFactor;

use function collect;
use function config;
use function cookie;
use DateTimeInterface;
use function event;
use Illuminate\Database\Eloquent\Relations\MorphOne;
use Illuminate\Http\Request;
use Illuminate\Support\Collection;
use JetBrains\PhpStorm\Pure;
use function collect;
use function config;
use function cookie;
use function event;
use function now;

/**
Expand Down

0 comments on commit cda6b92

Please sign in to comment.