Skip to content

Commit

Permalink
refact: create tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jun 11, 2024
1 parent 51ef8ba commit 95c892e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domains/Social/Tags/DataTransferObjects/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct(
public Companies $company,
public string $name,
public ?string $slug = null,
public ?int $weight = 0
public int $weight = 0
) {
}
}

0 comments on commit 95c892e

Please sign in to comment.