PackageServiceProvider
        
        extends ServiceProvider
    
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $singletons : array<string|int, mixed>
 
Methods
- boot() : void
 - Boot the application events.
 
Properties
$singletons
    public
        array<string|int, mixed>
    $singletons
     = [\MetaFox\Hashtag\Repositories\TagRepositoryInterface::class => \MetaFox\Hashtag\Repositories\Eloquent\TagRepository::class]
    
    
    
Methods
boot()
Boot the application events.
    public
                    boot() : void