fix class name in migration
This commit is contained in:
parent
5afe024644
commit
43c32fa1bf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
|
|||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
class AddDeclineMsgToCheckoutAcceptanceTable extends Migration
|
||||
class AddNoteToCheckoutAcceptanceTable extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
|
|
Loading…
Add table
Reference in a new issue