autoload 경로 재 변경

kakao를 별도의 namespace로 분리
외부 class의 namespace 문제 해결
This commit is contained in:
2018-03-24 18:46:37 +09:00
parent dc507601f5
commit 037a29ad02
25 changed files with 44 additions and 241 deletions
+9 -1
View File
@@ -17,6 +17,10 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
array (
'sammo\\' => 6,
),
'k' =>
array (
'kakao\\' => 6,
),
'P' =>
array (
'Psr\\Log\\' => 8,
@@ -42,7 +46,11 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
public static $prefixDirsPsr4 = array (
'sammo\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
0 => __DIR__ . '/../..' . '/src/sammo',
),
'kakao\\' =>
array (
0 => __DIR__ . '/../..' . '/src/kakao',
),
'Psr\\Log\\' =>
array (