Caffeinated\Themes\ThemesServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( ) : null
return null
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/themes.php' => config_path('themes.php')]);
    }