Browse Source

cleaning up the autoloader>

Taylor Otwell 12 years ago
parent
commit
0f483fb390
1 changed files with 0 additions and 3 deletions
  1. 0 3
      laravel/autoloader.php

+ 0 - 3
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);
 	}