You've already forked symfony-playground
root query
This commit is contained in:
@ -42,9 +42,8 @@ class IndexController extends AbstractController
|
||||
#[Route('/notification/dm', name: 'notification_dm')]
|
||||
public function notificationDm(Request $request, MerServiceRepository $repo): Response
|
||||
{
|
||||
foreach ($repo->findByOfferId($request->query->get('offer_id')) as $sub) {
|
||||
dump($sub);
|
||||
}
|
||||
dump('MerServiceRepository->findByOfferId');
|
||||
dump($repo->findByOfferId($request->query->get('offer_id')));
|
||||
|
||||
return $this->render('index/notificationDm.html.twig');
|
||||
}
|
||||
|
Reference in New Issue
Block a user