DeleteCategoryJob
    
            
            in package
            
        
    
            
            implements
                            ShouldQueue                    
    
            
            Uses
                            Dispatchable,                             InteractsWithQueue,                             Queueable,                             SerializesModels                    
    
Class DeleteCategoryJob.
Table of Contents
Interfaces
- ShouldQueue
 
Properties
- $category : Category
 - $newCategoryId : int
 
Methods
- __construct() : mixed
 - DeleteCategoryJob constructor.
 - handle() : void
 - Execute the job.
 
Properties
$category
    protected
        Category
    $category
    
    
    
    
$newCategoryId
    protected
        int
    $newCategoryId
    
    
    
    
Methods
__construct()
DeleteCategoryJob constructor.
    public
                    __construct(Category $category, int $newCategoryId) : mixed
    Parameters
- $category : Category
 - $newCategoryId : int
 
handle()
Execute the job.
    public
                    handle() : void