feat: get status route

This commit is contained in:
2025-09-10 00:47:47 +03:30
parent 7e5f0d0428
commit a2e49f985e
6 changed files with 130 additions and 13 deletions
@@ -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');
});
}
/**