We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d34c4 commit 522fd04Copy full SHA for 522fd04
1 file changed
app/Models/Url.php
@@ -18,14 +18,14 @@
18
* @property string|null $dest_ios
19
* @property string|null $title
20
* @property string|null $password
21
+ * @property \Carbon\Carbon|null $expires_at
22
* @property int|null $expired_clicks
23
* @property string|null $expired_url
24
* @property string|null $expired_notes
25
* @property bool $forward_query
26
* @property string $user_uid
27
* @property \Carbon\Carbon $created_at
28
* @property \Carbon\Carbon $updated_at
- * @property \Carbon\Carbon|null $expires_at
29
* @property-read User $author
30
* @property-read Visit $visits
31
* @property-read string $short_url
0 commit comments