browner12\helpers\HelperServiceProvider::boot PHP Метод

boot() публичный Метод

boot the service provider
public boot ( ) : void
Результат void
    public function boot()
    {
        //publish configuration
        $this->publishes([__DIR__ . '/config/helpers.php' => config_path('helpers.php')], 'config');
    }