Skip to content

Commit 1b9c6aa

Browse files
committed
fix phpstan
1 parent e6a9af0 commit 1b9c6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2025_08_02_082141_add_version_notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function up(): void
1616
$table->string('version')->after('address');
1717
});
1818
// give all existing users a value, so they get the update message
19-
User::update(['version' => '4.2.6']);
19+
User::query()->update(['version' => '4.2.6']);
2020
}
2121

2222
/**

0 commit comments

Comments
 (0)