Skip to content

Commit

Permalink
App/Job
Browse files Browse the repository at this point in the history
  • Loading branch information
hen8y committed Nov 20, 2023
1 parent f45e00c commit 9c2cb0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/stubs/vpayjob.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class VpayJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;



/**
* Create a new job instance.
*/
Expand All @@ -21,6 +23,8 @@ class VpayJob implements ShouldQueue
$this->payload = $payload;
}



/**
* Execute the job.
*/
Expand Down

0 comments on commit 9c2cb0f

Please sign in to comment.