일부 코드 수정
- index.php에서 javascript string 이어붙이기 문제 - RestAPIHelper 클래스 - 세부 서버 Autoload 수정
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace kakao;
|
||||
|
||||
if (class_exists('\\sammo\\KakaoKey') === false) {
|
||||
if (class_exists('\\kakao\\KakaoKey') === false) {
|
||||
class KakaoKey{
|
||||
const REST_KEY = '';
|
||||
const ADMIN_KEY = '';
|
||||
Reference in New Issue
Block a user