Skip to content

Commit e675720

Browse files
committed
Reorders Url model properties
Link Expiration expired_clicks, expired_url, expired_notes #1109 password #1108
1 parent 85561e9 commit e675720

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/Models/Url.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
* @property string|null $dest_android
2222
* @property string|null $dest_ios
2323
* @property string|null $title
24+
* @property string|null $password
25+
* @property int|null $expired_clicks
26+
* @property string|null $expired_url
27+
* @property string|null $expired_notes
2428
* @property bool $forward_query
2529
* @property string $user_uid
26-
* @property string|null $password
2730
* @property \Carbon\Carbon $created_at
2831
* @property \Carbon\Carbon $updated_at
2932
* @property \Carbon\Carbon|null $expires_at
30-
* @property int|null $expired_clicks
31-
* @property string|null $expired_url
32-
* @property string|null $expired_notes
3333
* @property-read User $author
3434
* @property-read Visit $visits
3535
* @property-read string $short_url

0 commit comments

Comments
 (0)