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