This commit is contained in:
2022-05-24 11:32:24 +02:00
parent e2adb5271e
commit 93ed4af064
2 changed files with 10 additions and 7 deletions

View File

@ -4,4 +4,10 @@
{% block body %}
<p>check profiler output</p>
<h1>MerServiceRepository->findByOfferId</h1>
{{ dump(serviceRepo) }}
<h1>MerBeDMRepository->findByOfferId</h1>
{{ dump(beDmRepo) }}
{% endblock %}