Commit 72fa7c9590bb336f80416ce0928fa5c2eb1ab5d7
1 parent
ce79874c
Exists in
master
and in
1 other branch
removendo variável $local desnecessária
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |