From fd747d49fb78fc46a0b21a92d15c2ba827838068 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 5 Jul 2019 00:13:48 -0500 Subject: [PATCH] assets job --- app/Jobs/ProcessAssetsJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/ProcessAssetsJob.php b/app/Jobs/ProcessAssetsJob.php index 799c3cf41..4ef0e0628 100644 --- a/app/Jobs/ProcessAssetsJob.php +++ b/app/Jobs/ProcessAssetsJob.php @@ -88,7 +88,7 @@ class ProcessAssetsJob implements ShouldQueue $aHelper = new AssetHelper($this->charId, $this->corpId); //Get a page of assets - $assets = $aHelper->GetAssetsByPage($jpba->page); + $assets = $aHelper->GetAssetsByPage($this->page); //Cycle through the assets, and attmept to store them. foreach($assets as $asset) {