We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6a988 commit aeee2eaCopy full SHA for aeee2ea
app/Models/Article.php
@@ -37,7 +37,7 @@
37
* @property int $user_id
38
* @property string|null $locale
39
* @property-read User $user
40
- * @property-read \Illuminate\Support\Carbon|null $published_at
+ * @property \Illuminate\Support\Carbon|null $published_at
41
* @property-read \Illuminate\Support\Carbon|null $submitted_at
42
* @property-read \Illuminate\Support\Carbon|null $approved_at
43
* @property-read \Illuminate\Support\Carbon|null $shared_at
0 commit comments