diff --git a/CocarBundle.php b/CocarBundle.php
index a99d542..86f8048 100755
--- a/CocarBundle.php
+++ b/CocarBundle.php
@@ -1,6 +1,6 @@
getRepository('GerenciadorRedes\Bundle\CocarBundle\Entity\Circuits')->findAll();
+ $entities = $em->getRepository('Swpb\Bundle\CocarBundle\Entity\Circuits')->findAll();
return array(
'entities' => $entities,
diff --git a/Controller/DailyPerformController.php b/Controller/DailyPerformController.php
index cb991bc..553d4a0 100755
--- a/Controller/DailyPerformController.php
+++ b/Controller/DailyPerformController.php
@@ -1,6 +1,6 @@
Não existem máquinas cadastradas para esse circuito!");
}
}
-}
\ No newline at end of file
+}
diff --git a/Controller/MonitorController.php b/Controller/MonitorController.php
index d0778fd..2dc4515 100755
--- a/Controller/MonitorController.php
+++ b/Controller/MonitorController.php
@@ -1,6 +1,6 @@
$dayd $hourh $minutem e $secs";
}
-}
\ No newline at end of file
+}
diff --git a/Controller/SnmpWebController.php b/Controller/SnmpWebController.php
index 3ae798d..8f64ddd 100755
--- a/Controller/SnmpWebController.php
+++ b/Controller/SnmpWebController.php
@@ -1,6 +1,6 @@
add('send', 'submit', array('label' => 'Enviar' ))
->getForm();
}
-}
\ No newline at end of file
+}
diff --git a/Controller/StatusController.php b/Controller/StatusController.php
index 09746ad..7792d7b 100755
--- a/Controller/StatusController.php
+++ b/Controller/StatusController.php
@@ -1,6 +1,6 @@