Skip to content

Commit 940822b

Browse files
committed
Adding correct password controller namespace
1 parent 2a8dfc8 commit 940822b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
use App\Http\Controllers\Settings\ProfileController;
4+
use App\Http\Controllers\Settings\PasswordController;
45
use Illuminate\Support\Facades\Route;
56
use Inertia\Inertia;
67

0 commit comments

Comments
 (0)