Skip to content

Commit 0d580e9

Browse files
florianJacquesGromNaN
authored andcommitted
Fix events
1 parent 0610b46 commit 0d580e9

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)