Keevitaja\Linguist\LinguistServiceProvider::boot PHP Method

boot() public method

Bootstrap any application services.
public boot ( ) : void
return void
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/linguist.php' => config_path('linguist.php')], 'config');
    }
LinguistServiceProvider