From 8724d60d60fba9a963abbc49a85cc47e1e439704 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 4 Jul 2019 22:32:09 -0500 Subject: [PATCH] structures and assets jobs --- app/Console/Commands/Assets/GetAssets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Assets/GetAssets.php b/app/Console/Commands/Assets/GetAssets.php index 05a23bded..b2a56e316 100644 --- a/app/Console/Commands/Assets/GetAssets.php +++ b/app/Console/Commands/Assets/GetAssets.php @@ -102,7 +102,7 @@ class GetAssetsCommand extends Command $job->charId = $charId; $job->corpId = $corpId; $job->page = $i; - ProcessAssetJob::dispatch($job)->onQueue('default'); + ProcessAssetsJob::dispatch($job)->onQueue('default'); } } }