From f848c4fee58daf6e256240d5da387c687bbce8cf Mon Sep 17 00:00:00 2001 From: xuanchen120 <122383162@qq.com> Date: Mon, 14 Feb 2022 16:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=EF=BC=8C=E5=90=8E=E5=8F=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/bootstrap.php | 2 +- app/Models/Log.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Admin/bootstrap.php b/app/Admin/bootstrap.php index b3401bb..d8c4289 100644 --- a/app/Admin/bootstrap.php +++ b/app/Admin/bootstrap.php @@ -5,7 +5,7 @@ use Encore\Admin\Form; use Encore\Admin\Grid; //Form::forget(['map', 'editor']); -Form::extend('editor', WangEditor::class); +//Form::extend('editor', WangEditor::class); Form::init(function (Form $form) { $form->disableEditingCheck(); diff --git a/app/Models/Log.php b/app/Models/Log.php index 94f4f0c..890299c 100644 --- a/app/Models/Log.php +++ b/app/Models/Log.php @@ -47,7 +47,6 @@ class Log extends Model $table->text('in_source'); $table->string('type', 20)->index(); $table->text('out_source')->nullable(); - $table->string('coupon_no')->nullable(); $table->timestamps(); }); }