Skip to content

Commit aeee2ea

Browse files
committed
feat: merge admin into badge
1 parent 3b6a988 commit aeee2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Article.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @property int $user_id
3838
* @property string|null $locale
3939
* @property-read User $user
40-
* @property-read \Illuminate\Support\Carbon|null $published_at
40+
* @property \Illuminate\Support\Carbon|null $published_at
4141
* @property-read \Illuminate\Support\Carbon|null $submitted_at
4242
* @property-read \Illuminate\Support\Carbon|null $approved_at
4343
* @property-read \Illuminate\Support\Carbon|null $shared_at

0 commit comments

Comments
 (0)