From ff38cdd09b6877711dac0ab739a4d28bfe681484 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 2 Oct 2017 16:36:43 -0700 Subject: [PATCH] Comment out the nullable middleware until we have a chance to check all model validators --- app/Http/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index b305ef94e..fb6323815 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -25,7 +25,7 @@ class Kernel extends HttpKernel \App\Http\Middleware\CheckForSetup::class, \Fideloper\Proxy\TrustProxies::class, \App\Http\Middleware\CheckForDebug::class, - \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class, + // \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class, ]; /**