tweaks to package handling.
This commit is contained in:
@@ -65,7 +65,7 @@ class Loader {
|
||||
*/
|
||||
public static function register($path)
|
||||
{
|
||||
static::$paths[] = $path;
|
||||
static::$paths[] = rtrim($path, '/').'/';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user