From 48b90ed22e6604ca869de054b499ac1bd4a4d6a2 Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 7 Jan 2021 03:23:42 +0100 Subject: Upgrade Laravel from 5.6 to 8. Switch to subdomain instead of subfolder. --- config/app.php | 1 - 1 file changed, 1 deletion(-) (limited to 'config/app.php') 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, ], -- cgit v1.2.3