RevokeTokenJob
in package
implements
ShouldQueue
uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
Methods
- __construct() : mixed
- Create a new job instance.
- handle() : void
- Execute the job.
Properties
$tries
public
int
$tries
= 1
$token read-only
private
string
$token
Methods
__construct()
Create a new job instance.
public
__construct(string $token) : mixed
Parameters
- $token : string
handle()
Execute the job.
public
handle() : void