chore: code styling via pint
This commit is contained in:
@@ -13,7 +13,8 @@ return new class extends Migration
|
||||
{
|
||||
Schema::table('plans', function (Blueprint $table) {
|
||||
$table->string('oxapay_link')->nullable()->after('accept_shoppy');
|
||||
$table->boolean('accept_oxapay')->default(false)->after('oxapay_link');});
|
||||
$table->boolean('accept_oxapay')->default(false)->after('oxapay_link');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user