DeleteAlbumJob
    
            
            in package
            
        
    
            
            implements
                            ShouldQueue                    
    
            
            Uses
                            Dispatchable,                             InteractsWithQueue,                             Queueable,                             SerializesModels                    
    
Class DeleteAlbumJob.
Table of Contents
Interfaces
- ShouldQueue
 
Properties
Methods
- __construct() : mixed
 - handle() : void
 - Execute the job.
 
Properties
$album
    protected
        Album
    $album
    
    
    
    
$context
    protected
        User
    $context
    
    
    
    
Methods
__construct()
    public
                    __construct(User $context, Album $album) : mixed
    Parameters
handle()
Execute the job.
    public
                    handle() : void