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