Explorar el Código

Se cambia ArrayInput por ArgInput

Guillermo Espinoza hace 7 años
padre
commit
b719eac4e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      EventListener/DeviceListener.php

+ 1 - 1
EventListener/DeviceListener.php

@@ -100,7 +100,7 @@ class DeviceListener
         $input = new ArgvInput(array(
             'amqp:remote',
             $name,
-            ' --args=' . implode(' --args=', $cmd_args),
+            '--args=' . implode(' --args=', $cmd_args),
             '--route=' . getenv("AMQP_KEY"),
         ));