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