connection = 'redis'; $this->onQueue('miningtaxes'); } /** * Execute the job. * * @return void */ public function handle() { //Declare variables $lookup = new LookupHelper; $mainAlts = array(); $mainIds = new Collection; //Get all of the users in the database $characters = User::all(); } }