diff options
| author | horus | 2021-01-07 03:23:42 +0100 |
|---|---|---|
| committer | horus | 2021-01-07 03:23:42 +0100 |
| commit | 48b90ed22e6604ca869de054b499ac1bd4a4d6a2 (patch) | |
| tree | 1bf61adc72cf7c80a02e5fe6cac6b01d8bbbd476 /config/app.php | |
| parent | 2b6ef973377f4f36e374e1f672c807932b746364 (diff) | |
| download | kategorischeraperitif-48b90ed22e6604ca869de054b499ac1bd4a4d6a2.tar.gz | |
Upgrade Laravel from 5.6 to 8. Switch to subdomain instead of subfolder.
Diffstat (limited to 'config/app.php')
| -rw-r--r-- | config/app.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 9e6c86c..59d20f6 100644 --- a/config/app.php +++ b/config/app.php @@ -210,7 +210,6 @@ return [ 'View' => Illuminate\Support\Facades\View::class, 'TF' => App\Libraries\TemplateFunction::class, - 'Input' => Illuminate\Support\Facades\Input::class, ], |
