Skip to content

Commit

Permalink
Fix missing use statement for request
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksmash committed Aug 2, 2024
1 parent 5b229ef commit 6277c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/app/Providers/FortifyUIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Illuminate\Http\Request;
use Laravel\Fortify\Fortify;

class FortifyUIServiceProvider extends ServiceProvider
Expand Down

0 comments on commit 6277c9c

Please sign in to comment.