Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
modernben authored and github-actions[bot] committed Mar 8, 2024
1 parent 807d31b commit cd12bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/DrawbridgeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

namespace ModernMcGuire\Drawbridge;

use App\Http\Middleware\EncryptCookies;
use Illuminate\Auth\Events\Login;
use Illuminate\Auth\Events\Validated;
use App\Http\Middleware\EncryptCookies;
use ModernMcGuire\Drawbridge\Listeners\RedirectForOtpVerification;
use Spatie\LaravelPackageTools\Package;
use ModernMcGuire\Drawbridge\Drawbridge;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use ModernMcGuire\Drawbridge\Listeners\RedirectForOtpVerification;

class DrawbridgeServiceProvider extends PackageServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/Drivers/EmailDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace ModernMcGuire\Drawbridge\Drivers;

use Illuminate\Support\Facades\Mail;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Facades\Mail;
use ModernMcGuire\Drawbridge\Mail\SendOTPMail;

class EmailDriver implements DriverContract
Expand Down

0 comments on commit cd12bf3

Please sign in to comment.