From b4fb45b2b5a6d9d8f35a2877bf2c1b04d691d492 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 1 Oct 2020 14:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0=E6=9C=BA?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Feprint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Feprint.php b/app/Models/Feprint.php index 56dd942..40833dc 100644 --- a/app/Models/Feprint.php +++ b/app/Models/Feprint.php @@ -10,5 +10,5 @@ use Illuminate\Database\Eloquent\Model; class Feprint extends Model { use HasDateTimeFormatter; - protected $table = 'ims_cjdc_feprint'; + protected $table = 'lanzu_feprint'; }