mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
remove dump messages
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user