Skip to content

Commit facf864

Browse files
authored
Fix styling of imports #2
1 parent 6b79e10 commit facf864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/routes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Laravel\Fortify\Http\Controllers\TwoFactorQrCodeController;
1919
use Laravel\Fortify\Http\Controllers\VerifyEmailController;
2020

21-
2221
Route::group(['middleware' => config('fortify.middleware', ['web'])], function () {
2322
// Authentication...
2423
Route::get('/login', [AuthenticatedSessionController::class, 'create'])

0 commit comments

Comments
 (0)