Skip to content

Commit

Permalink
ID-192 - Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyRoeters committed Dec 4, 2023
1 parent 88b1471 commit 67bd71b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Domain/Shared/Interface/DateTimeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ interface DateTimeInterface

public function value(): string;

public function getTimestamp(): int;

public static function fromPrimitives(string $datetime): static;
}

0 comments on commit 67bd71b

Please sign in to comment.