You've already forked symfony-playground
dump
This commit is contained in:
@ -4,4 +4,10 @@
|
||||
|
||||
{% block body %}
|
||||
<p>check profiler output</p>
|
||||
|
||||
<h1>MerServiceRepository->findByOfferId</h1>
|
||||
{{ dump(serviceRepo) }}
|
||||
|
||||
<h1>MerBeDMRepository->findByOfferId</h1>
|
||||
{{ dump(beDmRepo) }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user