Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Image created_by can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Nov 17, 2021
1 parent eb4b2ca commit e775216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DTO/ImageDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public function __construct(
public int $size,
public Carbon $created,
public Carbon $updated,
public string $created_by,
public string $type,
public bool $is_public,
public ?string $created_by,
public ?string $vendor,
public ?string $expiry,
public Carbon $eol,
Expand Down

0 comments on commit e775216

Please sign in to comment.