Fix bug in migration
This commit is contained in:
parent
59a81d2d3a
commit
244aa6ffa0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use Illuminate\Database\Migrations\Migration;
|
|||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
class AddIdealToPaymentTypes extends Migration
|
||||
class AddStripePaymentsToPaymentTypes extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue