Selaa lähdekoodia

Se cambia ArrayInput por ArgInput

Guillermo Espinoza 7 vuotta sitten
vanhempi
commit
b719eac4e0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"),
         ));