Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nckrtl committed Aug 29, 2024
2 parents 6e6d541 + 5137529 commit 69caf98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DTO/Vacancy.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public function __construct(
public ?int $publishedAtRefreshCount,
public ?string $youtubeId,
public bool $published,
) {
}
) {}

public static function fromResponse(Response $response, ?string $dtoType = null): self|VacancyForForStoreOrUpdate
{
Expand Down

0 comments on commit 69caf98

Please sign in to comment.