VerifyPhoneNumberJob
    
            
            in package
            
        
    
            
            implements
                            ShouldQueue                    
    
            
            Uses
                            Dispatchable,                             InteractsWithQueue,                             Queueable,                             SerializesModels                    
    
Table of Contents
Interfaces
- ShouldQueue
 
Properties
- $user : User
 - $verifiable : string
 
Methods
- __construct() : mixed
 - handle() : void
 - Execute the job.
 - uniqueId() : string
 
Properties
$user
    protected
        User
    $user
    
    
    
    
$verifiable
    protected
        string
    $verifiable
    
    
    
    
Methods
__construct()
    public
                    __construct(User $user, string $verifiable) : mixed
    Parameters
- $user : User
 - $verifiable : string
 
handle()
Execute the job.
    public
                    handle() : void
    uniqueId()
    public
                    uniqueId() : string