cleanup: remove legacy code

This commit is contained in:
Matthew Penner 2021-01-14 11:13:16 -07:00
parent a71392d632
commit b1c7b91313
5 changed files with 0 additions and 55 deletions

View file

@ -73,7 +73,6 @@ class InfoCommand extends Command
['Queue Driver', $this->config->get('queue.default')],
['Session Driver', $this->config->get('session.driver')],
['Filesystem Driver', $this->config->get('filesystems.default')],
['Default Theme', $this->config->get('themes.active')],
['Proxies', $this->config->get('trustedproxies.proxies')],
], 'compact');