Skip to content

Commit

Permalink
Fix incorrect property type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Sep 11, 2020
1 parent f57f4db commit 2f62f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shareable/ShareableLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @property string $uuid
* @property string $url
* @property boolean $active
* @property Carbon|null $expires_at
* @property string|null $expires_at
* @property boolean $should_notify
*/
class ShareableLink extends Model
Expand Down

0 comments on commit 2f62f3f

Please sign in to comment.