소스 검색

修复一个错误

Zhouzhendong 4 년 전
부모
커밋
ebaee7d9af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      database/migrations/2021_08_05_165443_add_nullable_to_owner_fee_details_table.php

+ 1 - 1
database/migrations/2021_08_05_165443_add_nullable_to_owner_fee_details_table.php

@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
 use Illuminate\Database\Schema\Blueprint;
 use Illuminate\Support\Facades\Schema;
 
-class AddNullableToOwnerLogisticFeeDetailsTable extends Migration
+class AddNullableToOwnerFeeDetailsTable extends Migration
 {
     /**
      * Run the migrations.