mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-12 12:48:41 +00:00
fix autoloader order
This commit is contained in:
parent
8b2db464b8
commit
8b8bc12e40
|
|
@ -33,8 +33,8 @@ final class Autoloader
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private static $paths = [
|
private static $paths = [
|
||||||
__DIR__ . '/../Karaka/',
|
|
||||||
__DIR__ . '/../',
|
__DIR__ . '/../',
|
||||||
|
__DIR__ . '/../Karaka/',
|
||||||
__DIR__ . '/../../',
|
__DIR__ . '/../../',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user