Skip to content

Commit 17c6777

Browse files
committed
formatting
1 parent 4f50587 commit 17c6777

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

app/Http/Resources/Embed/EmbedAlbumInfo.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
class EmbedAlbumInfo extends Data
2323
{
2424
public function __construct(
25-
public string $id,
26-
public string $title,
27-
public string $description,
28-
public int $photo_count,
29-
public string $copyright,
30-
public string $license,
31-
)
32-
{
25+
public string $id,
26+
public string $title,
27+
public string $description,
28+
public int $photo_count,
29+
public string $copyright,
30+
public string $license,
31+
) {
3332
}
3433

3534
/**

0 commit comments

Comments
 (0)