autoloader
This commit is contained in:
+8
@@ -11,6 +11,10 @@ class ComposerStaticInitd067465d9a99de373ba3093d61eda1d8
|
||||
array (
|
||||
'Pecee\\' => 6,
|
||||
),
|
||||
'A' =>
|
||||
array (
|
||||
'Api\\' => 4,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
@@ -18,6 +22,10 @@ class ComposerStaticInitd067465d9a99de373ba3093d61eda1d8
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/pecee/simple-router/src/Pecee',
|
||||
),
|
||||
'Api\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/Api',
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
|
||||
Reference in New Issue
Block a user