linwu 4 mesi fa
parent
commit
bac1d95478
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0 10
      app/Models/PostAppoint.php

+ 0 - 10
app/Models/PostAppoint.php

@@ -19,14 +19,4 @@ class PostAppoint extends Model
     {
         return $this->hasOne(Jobs::class, 'id', 'job_id');
     }
-
-    public function getStatusTextAttribute($value)
-    {
-        return $value == 0 ? '未下载' : '已下载';
-    }
-
-    public function getSexTextAttribute($value)
-    {
-        return $value == 0 ? '未下载' : '已下载';
-    }
 }