Skip to content

Commit

Permalink
Fix styling of imports #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 authored Sep 16, 2020
1 parent 6b79e10 commit facf864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Laravel\Fortify\Http\Controllers\TwoFactorQrCodeController;
use Laravel\Fortify\Http\Controllers\VerifyEmailController;


Route::group(['middleware' => config('fortify.middleware', ['web'])], function () {
// Authentication...
Route::get('/login', [AuthenticatedSessionController::class, 'create'])
Expand Down

0 comments on commit facf864

Please sign in to comment.