From 0f483fb39085973910d0255d5dc36c7a3a0b9fec Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 13 Apr 2012 13:33:54 -0500 Subject: [PATCH] cleaning up the autoloader> --- laravel/autoloader.php | 3 --- 1 file changed, 3 deletions(-) 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 @@ class Autoloader { } } - // 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); }