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\StaticPage\Repositories\StaticPageRepositoryInterface::class => \MetaFox\StaticPage\Repositories\Eloquent\StaticPageRepository::class, \MetaFox\StaticPage\Repositories\StaticPageContentRepositoryInterface::class => \MetaFox\StaticPage\Repositories\Eloquent\StaticPageContentRepository::class]
Methods
boot()
Boot the application events.
public
boot() : void