unknown 3 년 전
부모
커밋
70b85656d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/Pro.php

+ 1 - 1
app/Models/Pro.php

@@ -56,7 +56,7 @@ class Pro extends Model
 
     public function isDefaultNA()
     {
-        return $this->is_considered_for_dna;
+        return true; // $this->is_considered_for_dna;
     }
 
     public function lastPayment() {