fix remove from favorite
This commit is contained in:
parent
4611fdb400
commit
47df0d1adf
@ -15,7 +15,7 @@ class FavoriteController extends AbstractController
|
|||||||
{
|
{
|
||||||
|
|
||||||
#[Route('/remove/{album_id}', name: 'app_remove_favorite')]
|
#[Route('/remove/{album_id}', name: 'app_remove_favorite')]
|
||||||
public function removeFromFavorites(int $album_id): Response
|
public function removeFromFavorites(int $album_id,EntityManagerInterface $entityManager): Response
|
||||||
{
|
{
|
||||||
$user = $this->getUser();
|
$user = $this->getUser();
|
||||||
$album = $entityManager->getRepository(Album::class)->findBy(
|
$album = $entityManager->getRepository(Album::class)->findBy(
|
||||||
|
Loading…
Reference in New Issue
Block a user