Skip to content

Commit ad1539f

Browse files
Fix events
1 parent 6679e31 commit ad1539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/HasSchemaVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function bootHasSchemaVersion(): void
2222
});
2323

2424
static::retrieved(function ($model) {
25-
$model->migrateSchema($model->upgradeSchemaVersion());
25+
$model->upgradeSchemaVersion();
2626
});
2727
}
2828

0 commit comments

Comments
 (0)