rename implementation 09-wip directory
This commit is contained in:
parent
5dc8ad38dd
commit
26aa4b1502
18 changed files with 0 additions and 0 deletions
8
implementation/09/src/Service/Time/Clock.php
Normal file
8
implementation/09/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