From 9a81bf8a041064b55f23953cac8b64bbc50d3b46 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Tue, 13 Jan 2026 11:50:09 +0800 Subject: [PATCH] update --- app/Models/StockCompany.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/Models/StockCompany.php b/app/Models/StockCompany.php index 813aa88..44d6ed8 100644 --- a/app/Models/StockCompany.php +++ b/app/Models/StockCompany.php @@ -4,14 +4,7 @@ namespace App\Models; class StockCompany extends SoftDeletesModel { - protected $fillable = [ - 'admin_id', - 'department_id', - 'company_name', - 'stock_date', - 'enrollment_date', - 'is_after_enrollment', - ]; + public $table = 'stock_companys'; protected $appends = ['is_after_enrollment_text'];