Skip to content

Commit

Permalink
set user create at
Browse files Browse the repository at this point in the history
  • Loading branch information
orgimeno committed Nov 21, 2020
1 parent 35b97f5 commit 3773d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppBundle/Controller/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public function editAction(Request $request){
&& $name != null
&& $surname != null){

$user->setCreateAt($createAt);
$user->setRole($role);
$user->setEmail($email);
$user->setName($name);
Expand Down

0 comments on commit 3773d2e

Please sign in to comment.