Skip to content

Commit aa4c5e2

Browse files
committed
bind Iso8601Interface
1 parent 31c9da3 commit aa4c5e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/IdentityValueModule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ protected function configure()
1818
$this->bind(UuidInterface::class)->to(Uuid::class);
1919
$this->bind(NowInterface::class)->to(Now::class);
2020
$this->bind(DbDateTimeInterface::class)->to(DbDateTime::class);
21+
$this->bind(Iso8601Interface::class)->to(Iso8601::class);
2122
}
2223
}

0 commit comments

Comments
 (0)