diff --git a/app/Models/CoachProfile.php b/app/Models/CoachProfile.php deleted file mode 100644 index 5efbf93..0000000 --- a/app/Models/CoachProfile.php +++ /dev/null @@ -1,32 +0,0 @@ - - */ - protected $fillable = [ - 'user_id', - 'bio', - 'expertise', - 'certification', - 'experience', - 'rating', - 'availability' - ]; - - /** - * 與用戶的關聯 - */ - public function user() - { - return $this->belongsTo(User::class); - } -} diff --git a/app/Models/Plan.php b/app/Models/Plan.php deleted file mode 100644 index e91899c..0000000 --- a/app/Models/Plan.php +++ /dev/null @@ -1,10 +0,0 @@ -