Skip to content

Commit 07ef70d

Browse files
committed
Update DiscordAttachment.php
1 parent 4ce73e1 commit 07ef70d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/DiscordAttachment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
class DiscordAttachment
66
{
77
public function __construct(
8-
readonly public string $content,
9-
readonly public string $filename,
10-
readonly public string $description = '',
11-
readonly public string $filetype = '',
8+
public readonly string $content,
9+
public readonly string $filename,
10+
public readonly string $description = '',
11+
public readonly string $filetype = '',
1212
) {
1313
//
1414
}

0 commit comments

Comments
 (0)