Skip to content

Commit

Permalink
Remove unused laravel/ui trait
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed May 27, 2024
1 parent 9aebc93 commit d81cb87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Http/Controllers/Auth/ConfirmPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Http\Controllers\Controller;
use App\Providers\RouteServiceProvider;
use Illuminate\Foundation\Auth\ConfirmsPasswords;

class ConfirmPasswordController extends Controller
{
Expand All @@ -19,8 +18,6 @@ class ConfirmPasswordController extends Controller
|
*/

use ConfirmsPasswords;

/**
* Where to redirect users when the intended url fails.
*
Expand Down

0 comments on commit d81cb87

Please sign in to comment.