feat: get status route
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
// Schema::table('user_product', function (Blueprint $table) {
|
||||
// $table->renameColumn('subscription_token' ,'gateway');
|
||||
// });
|
||||
Schema::table('user_product', function (Blueprint $table) {
|
||||
$table->renameColumn('subscription_token' ,'gateway');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user