andre hace 4 meses
padre
commit
90d8961876
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/Queue/Manager.php

+ 1 - 1
core/Queue/Manager.php

@@ -73,7 +73,7 @@ class Manager
             );
   
 
-        return call_user_func_array([$instance, $method], unserialize($data));
+        return call_user_func_array([$instance, $method], [unserialize($data)]);
     }
 
     /**