From cae5e68c3b34fd5026bc19763eb54326b172bdb2 Mon Sep 17 00:00:00 2001 From: Dillon-Brown Date: Fri, 20 Aug 2021 14:43:33 +0100 Subject: [PATCH] Fix console file CRLF Signed-off-by: Dillon-Brown --- bin/console | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/console b/bin/console index a80e5a11c..4f84b35c9 100644 --- a/bin/console +++ b/bin/console @@ -40,3 +40,4 @@ if ($_SERVER['APP_DEBUG']) { $kernel = new Kernel($_SERVER['APP_ENV'], (bool)$_SERVER['APP_DEBUG']); $application = new Application($kernel); $application->run($input); +