From 06fdc71ca2c3a8a2b8abb95cf67a4cb05aa7fac0 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 21 Apr 2020 14:54:35 +0200 Subject: [PATCH] Minnor changes --- app/Bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Bootstrap.php b/app/Bootstrap.php index 7077c4d..dacd79f 100644 --- a/app/Bootstrap.php +++ b/app/Bootstrap.php @@ -20,7 +20,6 @@ Class Autoloader { foreach ($files as $key => $file) { if (strtolower($file->getFilename()) === strtolower($filename) && $file->isReadable()) { - echo $file->getPathname(); include_once $file->getPathname(); break;