Skip to content

Commit c56af3b

Browse files
Update src/Eloquent/HasSchemaVersion.php
Co-authored-by: Jérôme Tamarelle <[email protected]>
1 parent ad1539f commit c56af3b

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
@@ -6,7 +6,7 @@
66

77
trait HasSchemaVersion
88
{
9-
public $currentSchemaVersion = 1;
9+
public int $currentSchemaVersion = 1;
1010

1111
/**
1212
* Auto call on model instance as booting

0 commit comments

Comments
 (0)