Skip to content

Commit 00240e5

Browse files
authored
fix type (#32)
1 parent dce507d commit 00240e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Version extends Model
1818
/**
1919
* @var array
2020
*/
21-
protected $casts = [
21+
protected array $casts = [
2222
'contents' => 'array',
2323
];
2424

0 commit comments

Comments
 (0)