mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-13 11:28:41 +00:00
fix autoloader bug
This commit is contained in:
parent
7d58d02017
commit
b909a1623a
|
|
@ -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