We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587445e commit c3ea9baCopy full SHA for c3ea9ba
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