This commit is contained in:
2019-05-27 00:11:36 -05:00
parent 852f6610f8
commit 29d5595ec8
4 changed files with 103 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class ProcessStocksJob implements ShouldQueue
*/
public function __construct()
{
//
$this->connection = 'redis';
}
/**
@@ -29,6 +29,9 @@ class ProcessStocksJob implements ShouldQueue
*/
public function handle()
{
//
//Delcare the class variable we need for processing
$stock = new StructureStockHelper;
}
}