working on the process assets job

This commit is contained in:
2019-05-29 00:46:00 -05:00
parent 34aaa563b2
commit 73e9341ee7
2 changed files with 34 additions and 6 deletions

View File

@@ -70,9 +70,6 @@ class ProcessStructureJob implements ShouldQueue
*/
public function handle()
{
//Declare the structure helper class.
$structureHelper = new StructureHelper();
//Get the page of structures
$structures = $this->GetListOfStructures();