Commit 72fa7c9590bb336f80416ce0928fa5c2eb1ab5d7

Authored by Bruno Menezes
1 parent ce79874c
Exists in master and in 1 other branch 3.1

removendo variável $local desnecessária

src/Cacic/CommonBundle/Entity/AcaoRedeRepository.php
... ... @@ -48,7 +48,7 @@ class AcaoRedeRepository extends EntityRepository
48 48 * @param int|Cacic\CommonBundle\Entity\Local $local
49 49 * @param array $novasRedes
50 50 */
51   - public function atualizarPorLocal( $acao, $local, $novasRedes )
  51 + public function atualizarPorLocal( $acao, $novasRedes )
52 52 {
53 53 $em = $this->getEntityManager();
54 54  
... ...