This commit is contained in:
2019-05-30 01:11:34 -05:00
parent f1c0261cea
commit 497f0a2233

View File

@@ -81,7 +81,7 @@ class ProcessStructureJob implements ShouldQueue
$configuration->cache = NullCache::class; $configuration->cache = NullCache::class;
//Set the connection for the job //Set the connection for the job
$this->connection = 'redis'; //$this->connection = 'redis';
} }
/** /**