Fireguard\Report\Laravel\ReportServiceProvider::boot PHP Метод

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

public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/../../../config/report.php' => config_path('report.php')], 'config');
    }
ReportServiceProvider