mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-01-11 16:18:42 +00:00
fix autoloader bug
This commit is contained in:
parent
e91b024267
commit
9686911622
|
|
@ -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