andre 4 mesi fa
parent
commit
90d8961876
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)]);
     }
 
     /**