Skip to content

Commit 522fd04

Browse files
committed
Reorders Url model properties
Link Expiration #1109
1 parent 57d34c4 commit 522fd04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Models/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
* @property string|null $dest_ios
1919
* @property string|null $title
2020
* @property string|null $password
21+
* @property \Carbon\Carbon|null $expires_at
2122
* @property int|null $expired_clicks
2223
* @property string|null $expired_url
2324
* @property string|null $expired_notes
2425
* @property bool $forward_query
2526
* @property string $user_uid
2627
* @property \Carbon\Carbon $created_at
2728
* @property \Carbon\Carbon $updated_at
28-
* @property \Carbon\Carbon|null $expires_at
2929
* @property-read User $author
3030
* @property-read Visit $visits
3131
* @property-read string $short_url

0 commit comments

Comments
 (0)