chore: code refactor via rector

This commit is contained in:
idevakk
2025-11-14 02:01:01 -08:00
parent 90ab79b3a2
commit ae795880ed
148 changed files with 1520 additions and 1486 deletions

View File

@@ -12,13 +12,13 @@ class UpdatePlansTableSeeder extends Seeder
*/
public function run(): void
{
Plan::where('id', 1)->update([
Plan::query()->where('id', 1)->update([
'shoppy_product_id' => 'MsYfrRX',
'accept_stripe' => 1,
'accept_shoppy' => 1,
]);
Plan::where('id', 2)->update([
Plan::query()->where('id', 2)->update([
'shoppy_product_id' => '1oU5SNT',
'accept_stripe' => 1,
'accept_shoppy' => 1,