update implementation of chapter 9
This commit is contained in:
parent
26aa4b1502
commit
572896685f
7 changed files with 329 additions and 24 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace Lubian\NoFramework\Service\Time;
|
||||
|
||||
use DateTimeImmutable;
|
||||
|
||||
interface Clock
|
||||
{
|
||||
public function now(): \DateTimeImmutable;
|
||||
}
|
||||
public function now(): DateTimeImmutable;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue