Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
8831ea28
Commit
8831ea28
authored
Dec 11, 2024
by
Sarun Mungthanya
Browse files
issue edit user
parent
66556402
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/User/UserEdit.php
View file @
8831ea28
...
@@ -72,9 +72,9 @@ class UserEdit extends Component
...
@@ -72,9 +72,9 @@ class UserEdit extends Component
}
}
$this
->
user
->
username
=
$this
->
username
;
$this
->
user
->
username
=
$this
->
username
;
$this
->
user
->
email
=
$this
->
email
;
$this
->
user
->
email
=
$this
->
email
;
$this
->
first_name
=
$this
->
user
->
first_name
;
$this
->
user
->
first_name
=
$this
->
first_name
;
$this
->
last_name
=
$this
->
user
->
last_name
;
$this
->
user
->
last_name
=
$this
->
last_name
;
$this
->
phone
=
$this
->
user
->
phone
;
$this
->
user
->
phone
=
$this
->
phone
;
if
(
$this
->
changePassword
)
{
if
(
$this
->
changePassword
)
{
$this
->
user
->
password
=
Hash
::
make
(
$this
->
new_password
);
$this
->
user
->
password
=
Hash
::
make
(
$this
->
new_password
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment