Skip to content

Commit

Permalink
changes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 28, 2020
1 parent 206807e commit b2868f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions src/Repository/UserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ public function getById($id): ?User
return $this->getUserById($id);
}

public function saveUser(User $user)
{
$entityManager = $this->getEntityManager();
$entityManager->persist($user);
$entityManager->flush();
}

/**
* @param User $user
* @throws ORMException
Expand Down

0 comments on commit b2868f9

Please sign in to comment.