mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
fix yd fetch
This commit is contained in:
@@ -41,6 +41,6 @@ class CurlYdOrderListCommand extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
return FetchOrdersFromYDPortalJob::dispatch();
|
||||
return FetchOrdersFromYDPortalJob::withChain([])->dispatch();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user