autoload 순서 변경

This commit is contained in:
2018-03-27 00:42:33 +09:00
parent 88e007ac00
commit 2b9d47870b
24 changed files with 120 additions and 82 deletions
+4 -4
View File
@@ -46,13 +46,13 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
public static $prefixDirsPsr4 = array (
'sammo\\' =>
array (
0 => __DIR__ . '/../..' . '/src/sammo',
1 => __DIR__ . '/../..' . '/d_setting',
0 => __DIR__ . '/../..' . '/d_setting',
1 => __DIR__ . '/../..' . '/src/sammo',
),
'kakao\\' =>
array (
0 => __DIR__ . '/../..' . '/src/kakao',
1 => __DIR__ . '/../..' . '/d_setting',
0 => __DIR__ . '/../..' . '/d_setting',
1 => __DIR__ . '/../..' . '/src/kakao',
),
'Psr\\Log\\' =>
array (