/home/techb158/dev.balacoffee.com/vendor/fideloper/proxy/src
NameSizeModeActions
TrustedProxyServiceProvider.php10420644editdlrm
TrustProxies.php45930644editdlrm
Edit: /home/techb158/dev.balacoffee.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() { // } }