diff --git a/laravel/autoloader.php b/laravel/autoloader.php index bc46bed9..296b9dbd 100644 --- a/laravel/autoloader.php +++ b/laravel/autoloader.php @@ -76,9 +76,6 @@ public static function load($class) } } - // If all else fails we will just iterator through the mapped - // PSR-0 directories looking for the class. This is the last - // resort and slowest loading option for the class. static::load_psr($class); }