From e7385fdf9d826ff6f72ad2bc5fa5062ea0fc5542 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 30 Mar 2018 14:42:57 +0200 Subject: [PATCH] Remove vendor / not working --- Autoloader.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Autoloader.php b/Autoloader.php index 891338513..523385d9f 100644 --- a/Autoloader.php +++ b/Autoloader.php @@ -35,8 +35,6 @@ class Autoloader private static $paths = [ __DIR__ . '/../', __DIR__ . '/../../', - __DIR__ . '/../vendor/', - __DIR__ . '/../../vendor/', ]; /**