Skip to content

Commit 5e5bd3d

Browse files
authored
Adding correct password controller namespace (#14)
* Adding correct password controller namespace * fix code style --------- Co-authored-by: tnylea <[email protected]>
1 parent 3f9d4f4 commit 5e5bd3d

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,5 +1,6 @@
11
<?php
22

3+
use App\Http\Controllers\Settings\PasswordController;
34
use App\Http\Controllers\Settings\ProfileController;
45
use Illuminate\Support\Facades\Route;
56
use Inertia\Inertia;

0 commit comments

Comments
 (0)