andre 4 сар өмнө
parent
commit
90d8961876

+ 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)]);
     }
 
     /**