We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9da3 commit aa4c5e2Copy full SHA for aa4c5e2
1 file changed
src/IdentityValueModule.php
@@ -18,5 +18,6 @@ protected function configure()
18
$this->bind(UuidInterface::class)->to(Uuid::class);
19
$this->bind(NowInterface::class)->to(Now::class);
20
$this->bind(DbDateTimeInterface::class)->to(DbDateTime::class);
21
+ $this->bind(Iso8601Interface::class)->to(Iso8601::class);
22
}
23
0 commit comments