mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
remove dump messages
This commit is contained in:
parent
b761c8a21d
commit
d70a64dbca
@ -4,3 +4,5 @@ branch master
|
||||
|
||||
* initial commit
|
||||
* add a render template for entity ThirdParty ;
|
||||
* remove dump messages ;
|
||||
|
||||
|
@ -77,7 +77,6 @@ class ThirdPartyController extends Controller
|
||||
$pagination->getCurrentPage()->getFirstItemNumber(),
|
||||
$pagination->getItemsPerPage()
|
||||
);
|
||||
dump($pagination);
|
||||
|
||||
return $this->render('ChillThirdPartyBundle:ThirdParty:index.html.twig', array(
|
||||
'third_parties' => $thirdParties,
|
||||
|
Loading…
x
Reference in New Issue
Block a user