cleaning up the autoloader>
This commit is contained in:
parent
1d7c27c19f
commit
0f483fb390
|
@ -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);
|
static::load_psr($class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue