Skip to content

Commit 07feefc

Browse files
authored
🐛 remove default type on attribute (#106)
1 parent 5fa1fa0 commit 07feefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Traits/WithArticleAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trait WithArticleAttributes
2727

2828
public int $reading_time = 1;
2929

30-
public mixed $file;
30+
public $file;
3131

3232
/**
3333
* @var array|string[]

0 commit comments

Comments
 (0)