// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
qlock.kodsolutions.net
/
vendor
/
beste
/
clock
/
src
[ PARENT ]
EDIT :: Clock.php
<?php declare(strict_types=1); namespace Beste; use Psr\Clock\ClockInterface; interface Clock extends ClockInterface { }
SAVE
CANCEL