MigrateShareItemJob
    
            
            in package
            
        
    
            
            implements
                            ShouldQueue                    
    
            
            Uses
                            Dispatchable,                             InteractsWithQueue,                             Queueable,                             SerializesModels                    
    
stub: packages/jobs/job-queued.stub
Table of Contents
Interfaces
- ShouldQueue
 
Methods
- __construct() : void
 - Create a new job instance.
 - handle() : void
 - Execute the job.
 
Methods
__construct()
Create a new job instance.
    public
                    __construct() : void
    handle()
Execute the job.
    public
                    handle() : void