linwu 4 сар өмнө
parent
commit
bac1d95478

+ 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 ? '未下载' : '已下载';
-    }
 }