Skip to content

Commit c4a1c5a

Browse files
authored
Adding correct password controller namespace (laravel#14)
* Adding correct password controller namespace * fix code style --------- Co-authored-by: tnylea <[email protected]>
1 parent 2a8dfc8 commit c4a1c5a

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)