Skip to content

Commit adeec81

Browse files
authored
Update confirmation message
1 parent daab266 commit adeec81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Traits/HandlesPotentialBreakingChangesWarnings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function warnAboutNewPositionColumns(): void
2828

2929
$this->warn("⚠️ Twill 3.5.0 introduced 2 new database migrations to fix a bug with the medias and files fields position management, make sure to add them to your project.\n");
3030

31-
if ($this->confirm('Would you like to add the migration to your project?')) {
31+
if ($this->confirm('Would you like to add the migrations to your project?')) {
3232
if (!$mediablesHasPosition) {
3333
copy(
3434
__DIR__ . '/../../../migrations/default/2020_02_09_000015_add_position_to_twill_default_mediables_table.php',

0 commit comments

Comments
 (0)