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'); } } }