OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
stella-maris
/
clock
/
src
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:36 AM
rwxr-xr-x
📄
ClockInterface.php
320 bytes
08/12/2024 10:33:36 AM
rw-r--r--
Editing: ClockInterface.php
Close
<?php /** * Copyright Andreas Heigl <andreas@heigl.org> * * Licenses under the MIT-license. For details see the included file LICENSE.md */ namespace StellaMaris\Clock; use DateTimeImmutable; use Psr\Clock\ClockInterface as PsrClockInterface; interface ClockInterface extends PsrClockInterface { }