wip: rewrite di chapter
This commit is contained in:
parent
90b51ab670
commit
5a1fc6639d
18 changed files with 1667 additions and 0 deletions
8
app/src/Service/Time/Clock.php
Normal file
8
app/src/Service/Time/Clock.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Service\Time;
|
||||
|
||||
interface Clock
|
||||
{
|
||||
public function now(): \DateTimeImmutable;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue