eric-chau / mvnerds

MIT License
0 stars 0 forks source link

Modification à apporter aux ChampionController.php (AdminBundle) #18

Closed eric-chau closed 12 years ago

eric-chau commented 12 years ago

<?php // incorrect ! array( 'form' => $form->createView(), 'champion' => $champion );

// Good !
array(
    'form'            => $form->createView(),
    'champion'  => $champion
);

?>

eric-chau commented 12 years ago

bon ben ça marche pas bien l'indentation sous github xDD donc mon exemple est foireux xDD