tweaks to package handling.

This commit is contained in:
Taylor Otwell
2011-08-02 22:40:12 -05:00
parent dbf43877c6
commit 188b0c4f29
4 changed files with 12 additions and 18 deletions

View File

@@ -65,7 +65,7 @@ class Loader {
*/
public static function register($path)
{
static::$paths[] = $path;
static::$paths[] = rtrim($path, '/').'/';
}
}