Skip to content

Commit 4605e9f

Browse files
authored
Merge pull request #160 from oliversum-ch/patch-1
Documentation: Fix user password save method
2 parents 1bfe079 + e8b414e commit 4605e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/en/self-host-troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,4 +570,5 @@ Now lets reset the password
570570

571571
```
572572
$user->password = Hash::make('password');
573-
$u->save();
573+
$user->save();
574+
```

0 commit comments

Comments
 (0)