Commit 0f483fb3 authored by Taylor Otwell's avatar Taylor Otwell

cleaning up the autoloader>

parent 1d7c27c1
...@@ -76,9 +76,6 @@ class Autoloader { ...@@ -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); static::load_psr($class);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment