job troubleshooting

This commit is contained in:
2019-05-04 00:09:13 -05:00
parent 9cfd5a1a83
commit 9a4271bf0d
3 changed files with 41 additions and 8 deletions

View File

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