mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-07 15:58:41 +00:00
fix autoloader bug
This commit is contained in:
parent
cb40f36fb3
commit
7023f27514
|
|
@ -59,7 +59,7 @@ final class Autoloader
|
||||||
*/
|
*/
|
||||||
public static function addPath(string $path) : void
|
public static function addPath(string $path) : void
|
||||||
{
|
{
|
||||||
self::$paths[] = $path;
|
self::$paths[] = \rtrim($path, '/\\') . '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user