芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/fideloper/proxy/src/TrustedProxyServiceProvider.php
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() { // } }