/home/techb158/ileadtechnology.com/vendor/fideloper/proxy/src
Edit: /home/techb158/ileadtechnology.com/vendor/fideloper/proxy/src/TrustedProxyServiceProvider.php (1042B)
app instanceof LaravelApplication && $this->app->runningInConsole()) {
$this->publishes([$source => config_path('trustedproxy.php')]);
} elseif ($this->app instanceof LumenApplication) {
$this->app->configure('trustedproxy');
}
if ($this->app instanceof LaravelApplication && ! $this->app->configurationIsCached()) {
$this->mergeConfigFrom($source, 'trustedproxy');
}
}
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
//
}
}