rabin 5 년 전
부모
커밋
8b8a6ae7a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      buy/src/Data.php

+ 1 - 1
buy/src/Data.php

@@ -16,7 +16,7 @@ class Data extends Base
         if ($this->user) {
             //return $this->location('home');
         } else {
-            //return $this->location('auth');
+            return $this->location('auth');
         }
     }