We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f547b commit 4fd4b46Copy full SHA for 4fd4b46
src/InstallCommand.php
@@ -225,6 +225,8 @@ protected function installForitfyBaseFiles()
225
$this->replaceAllInFile([
226
'namespace App\Actions\Fortify' => 'namespace Domain\User\Actions',
227
'class ResetUserPassword' => 'class ResetUserPasswordAction',
228
+ 'use Laravel\Fortify\Contracts\ResetsUserPasswords;' => 'use Laravel\Fortify\Contracts\ResetsUserPasswords;
229
+use Domain\User\Rules\PasswordValidationRules;'
230
], base_path('src/Domain/User/Actions/ResetUserPasswordAction.php'));
231
232
(new Filesystem)->move(base_path('app/Actions/Fortify/UpdateUserPassword.php'), base_path('src/Domain/User/Actions/UpdateUserPasswordAction.php'));
0 commit comments