add data from work folder
This commit is contained in:
parent
528ba365b4
commit
7052803761
218 changed files with 16123 additions and 1233 deletions
10
implementation/13-refactoring/src/Service/Time/Now.php
Normal file
10
implementation/13-refactoring/src/Service/Time/Now.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Service\Time;
|
||||
|
||||
use DateTimeImmutable;
|
||||
|
||||
interface Now
|
||||
{
|
||||
public function __invoke(): DateTimeImmutable;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue