Loader update
This commit is contained in:
+1
@@ -7,6 +7,7 @@ $baseDir = dirname($vendorDir);
|
|||||||
|
|
||||||
return array(
|
return array(
|
||||||
'Pecee\\' => array($vendorDir . '/pecee/simple-router/src/Pecee'),
|
'Pecee\\' => array($vendorDir . '/pecee/simple-router/src/Pecee'),
|
||||||
|
'Khofmann\\' => array($baseDir . '/classes'),
|
||||||
'Config\\' => array($baseDir . '/config'),
|
'Config\\' => array($baseDir . '/config'),
|
||||||
'Api\\' => array($baseDir . '/api'),
|
'Api\\' => array($baseDir . '/api'),
|
||||||
);
|
);
|
||||||
|
|||||||
+8
@@ -11,6 +11,10 @@ class ComposerStaticInitd067465d9a99de373ba3093d61eda1d8
|
|||||||
array (
|
array (
|
||||||
'Pecee\\' => 6,
|
'Pecee\\' => 6,
|
||||||
),
|
),
|
||||||
|
'K' =>
|
||||||
|
array (
|
||||||
|
'Khofmann\\' => 9,
|
||||||
|
),
|
||||||
'C' =>
|
'C' =>
|
||||||
array (
|
array (
|
||||||
'Config\\' => 7,
|
'Config\\' => 7,
|
||||||
@@ -26,6 +30,10 @@ class ComposerStaticInitd067465d9a99de373ba3093d61eda1d8
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/pecee/simple-router/src/Pecee',
|
0 => __DIR__ . '/..' . '/pecee/simple-router/src/Pecee',
|
||||||
),
|
),
|
||||||
|
'Khofmann\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/../..' . '/classes',
|
||||||
|
),
|
||||||
'Config\\' =>
|
'Config\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/../..' . '/config',
|
0 => __DIR__ . '/../..' . '/config',
|
||||||
|
|||||||
Reference in New Issue
Block a user