job troubleshooting

This commit is contained in:
2019-05-04 00:03:09 -05:00
parent aa6faa5ed3
commit bdf4edacce
2 changed files with 7 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ class ProcessWalletJournalJob implements ShouldQueue
* @return void
*/
public function __construct(JobModel $pwj) {
dd($pwj);
$this->division = $pwj->division;
$this->charId = $pwj->charId;
$this->page = $pwj->page;