Update (fixes)

This commit is contained in:
2023-11-21 20:02:28 +08:00
parent 03b646e44d
commit 27035c1a9b
5 changed files with 8 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
* @property string|null $entities
* @property string|null $metadata
* @property string|null $bites
* @property string|null $keyword_list
* @property string|null $impact
* @property string $impact_level
* @property Carbon $published_at
@@ -56,6 +57,7 @@ class RssPost extends Model
'entities',
'metadata',
'bites',
'keyword_list',
'impact',
'impact_level',
'published_at',